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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@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
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.