Class PageElementProperties
Common properties for a page element. Note: When you initially create a PageElement, the API may modify the
values of both size and transform, but the visual size will be unchanged.
Inheritance
System.Object
PageElementProperties
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class PageElementProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PageObjectId
The object ID of the page where the element is located.
Declaration
[JsonProperty("pageObjectId")]
public virtual string PageObjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Size
The size of the element.
Declaration
[JsonProperty("size")]
public virtual Size Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Size |
Transform
The transform for the element.
Declaration
[JsonProperty("transform")]
public virtual AffineTransform Transform { get; set; }
Property Value
| Type | Description |
|---|---|
| AffineTransform |
Implements
Google.Apis.Requests.IDirectResponseSchema