GoogleApi.Slides.V1.Model.TableCellProperties (google_api_slides v0.24.0)

View Source

The properties of the TableCell.

Attributes

  • contentAlignment (type: String.t, default: nil) - The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
  • tableCellBackgroundFill (type: GoogleApi.Slides.V1.Model.TableCellBackgroundFill.t, default: nil) - The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.TableCellProperties{
  contentAlignment: String.t() | nil,
  tableCellBackgroundFill:
    GoogleApi.Slides.V1.Model.TableCellBackgroundFill.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.