GoogleApi.Docs.V1.Model.PositionedObjectPositioning (google_api_docs v0.18.0)

View Source

The positioning of a PositionedObject. The positioned object is positioned relative to the beginning of the Paragraph it's tethered to.

Attributes

  • layout (type: String.t, default: nil) - The layout of this positioned object.
  • leftOffset (type: GoogleApi.Docs.V1.Model.Dimension.t, default: nil) - The offset of the left edge of the positioned object relative to the beginning of the Paragraph it's tethered to. The exact positioning of the object can depend on other content in the document and the document's styling.
  • topOffset (type: GoogleApi.Docs.V1.Model.Dimension.t, default: nil) - The offset of the top edge of the positioned object relative to the beginning of the Paragraph it's tethered to. The exact positioning of the object can depend on other content in the document and the document's styling.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Docs.V1.Model.PositionedObjectPositioning{
  layout: String.t() | nil,
  leftOffset: GoogleApi.Docs.V1.Model.Dimension.t() | nil,
  topOffset: GoogleApi.Docs.V1.Model.Dimension.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.