google_api_slides v0.1.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 (%{optional(String.t) => List}): The bulleted lists contained in this text, keyed by list ID. Defaults to:
null
. - textElements ([TextElement]): The text contents broken down into its component parts, including styling information. This property is read-only. 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.TextContent{ lists: map(), textElements: [GoogleApi.Slides.V1.Model.TextElement.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.