GoogleApi.Slides.V1.Model.TextContent (google_api_slides v0.24.0)
View SourceThe 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.TextContent{ lists: %{optional(String.t()) => GoogleApi.Slides.V1.Model.List.t()} | nil, textElements: [GoogleApi.Slides.V1.Model.TextElement.t()] | nil }