google_api_slides v0.1.0 GoogleApi.Slides.V1.Model.TableCellProperties View Source
The properties of the TableCell.
Attributes
contentAlignment (String.t): The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor. Defaults to:
null
.- Enum - one of [CONTENT_ALIGNMENT_UNSPECIFIED, CONTENT_ALIGNMENT_UNSUPPORTED, TOP, MIDDLE, BOTTOM]
- tableCellBackgroundFill (TableCellBackgroundFill): The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor. Defaults to:
null
.
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: any(), tableCellBackgroundFill: GoogleApi.Slides.V1.Model.TableCellBackgroundFill.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.