google_api_slides v0.10.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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.