GoogleApi.Slides.V1.Model.TextContent (google_api_slides v0.17.0) 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

Specs

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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.