google_api_slides v0.8.0 GoogleApi.Slides.V1.Model.UpdatePageElementTransformRequest View Source
Updates the transform of a page element.
Updating the transform of a group will change the absolute transform of the page elements in that group, which can change their visual appearance. See the documentation for PageElement.transform for more details.
Attributes
applyMode
(type:String.t
, default:nil
) - The apply mode of the transform update.objectId
(type:String.t
, default:nil
) - The object ID of the page element to update.transform
(type:GoogleApi.Slides.V1.Model.AffineTransform.t
, default:nil
) - The input transform matrix used to update the page 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.UpdatePageElementTransformRequest{ applyMode: String.t(), objectId: String.t(), transform: GoogleApi.Slides.V1.Model.AffineTransform.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.