google_api_docs v0.11.0 GoogleApi.Docs.V1.Model.PositionedObjectPositioning View Source
The positioning of a PositionedObject. The positioned object is positioned relative to the beginning of the Paragraph it is 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 is 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 is tethered to. The exact positioning of the object can depend on other content in the document and the document's styling.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Docs.V1.Model.PositionedObjectPositioning{ layout: String.t(), leftOffset: GoogleApi.Docs.V1.Model.Dimension.t(), topOffset: GoogleApi.Docs.V1.Model.Dimension.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.