google_api_slides v0.4.0 GoogleApi.Slides.V1.Model.PageElementProperties View Source
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.
Attributes
- pageObjectId (String.t): The object ID of the page where the element is located. Defaults to:
null
. - size (Size): The size of the element. Defaults to:
null
. - transform (AffineTransform): The transform for the element. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.PageElementProperties{
pageObjectId: any(),
size: GoogleApi.Slides.V1.Model.Size.t(),
transform: GoogleApi.Slides.V1.Model.AffineTransform.t()
}
t() :: %GoogleApi.Slides.V1.Model.PageElementProperties{ pageObjectId: any(), size: GoogleApi.Slides.V1.Model.Size.t(), transform: GoogleApi.Slides.V1.Model.AffineTransform.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.