GoogleApi.Slides.V1.Model.TableCellProperties (google_api_slides v0.24.0)
View SourceThe 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
@type t() :: %GoogleApi.Slides.V1.Model.TableCellProperties{ contentAlignment: String.t() | nil, tableCellBackgroundFill: GoogleApi.Slides.V1.Model.TableCellBackgroundFill.t() | nil }