google_api_slides v0.1.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 (String.t): The apply mode of the transform update. Defaults to: null.

    • Enum - one of [APPLY_MODE_UNSPECIFIED, RELATIVE, ABSOLUTE]
  • objectId (String.t): The object ID of the page element to update. Defaults to: null.
  • transform (AffineTransform): The input transform matrix used to update the page 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() :: %GoogleApi.Slides.V1.Model.UpdatePageElementTransformRequest{
  applyMode: any(),
  objectId: any(),
  transform: GoogleApi.Slides.V1.Model.AffineTransform.t()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.