View Source GoogleApi.Docs.V1.Model.TabStop (google_api_docs v0.14.0)
A tab stop within a paragraph.
Attributes
-
alignment
(type:String.t
, default:nil
) - The alignment of this tab stop. If unset, the value defaults to START. -
offset
(type:GoogleApi.Docs.V1.Model.Dimension.t
, default:nil
) - The offset between this tab stop and the start margin.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.TabStop{ alignment: String.t() | nil, offset: GoogleApi.Docs.V1.Model.Dimension.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.