google_api_slides v0.5.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
(type:String.t
, default:nil
) - The object ID of the page where the element is located.size
(type:GoogleApi.Slides.V1.Model.Size.t
, default:nil
) - The size of the element.transform
(type:GoogleApi.Slides.V1.Model.AffineTransform.t
, default:nil
) - The transform for the element.
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: String.t(),
size: GoogleApi.Slides.V1.Model.Size.t(),
transform: GoogleApi.Slides.V1.Model.AffineTransform.t()
}
t() :: %GoogleApi.Slides.V1.Model.PageElementProperties{ pageObjectId: String.t(), 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.