google_api_slides v0.13.0 GoogleApi.Slides.V1.Model.TextContent View Source
The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page.
Attributes
lists
(type:%{optional(String.t) => GoogleApi.Slides.V1.Model.List.t}
, default:nil
) - The bulleted lists contained in this text, keyed by list ID.textElements
(type:list(GoogleApi.Slides.V1.Model.TextElement.t)
, default:nil
) - The text contents broken down into its component parts, including styling information. This property is read-only.
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.TextContent{ lists: %{optional(String.t()) => GoogleApi.Slides.V1.Model.List.t()}, textElements: [GoogleApi.Slides.V1.Model.TextElement.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.