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.
Implements
Inherited Members
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 |
---|---|
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 |
---|---|
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 |