Show / Hide Table of Contents

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
object
PageElementProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX