google_api_slides v0.5.1 GoogleApi.Slides.V1.Model.TableCellProperties 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.

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.TableCellProperties{
  contentAlignment: String.t(),
  tableCellBackgroundFill: GoogleApi.Slides.V1.Model.TableCellBackgroundFill.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.