GoogleApi.Slides.V1.Model.TableCell (google_api_slides v0.24.0)
View SourceProperties and contents of each table cell.
Attributes
-
columnSpan
(type:integer()
, default:nil
) - Column span of the cell. -
location
(type:GoogleApi.Slides.V1.Model.TableCellLocation.t
, default:nil
) - The location of the cell within the table. -
rowSpan
(type:integer()
, default:nil
) - Row span of the cell. -
tableCellProperties
(type:GoogleApi.Slides.V1.Model.TableCellProperties.t
, default:nil
) - The properties of the table cell. -
text
(type:GoogleApi.Slides.V1.Model.TextContent.t
, default:nil
) - The text content of the cell.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.TableCell{ columnSpan: integer() | nil, location: GoogleApi.Slides.V1.Model.TableCellLocation.t() | nil, rowSpan: integer() | nil, tableCellProperties: GoogleApi.Slides.V1.Model.TableCellProperties.t() | nil, text: GoogleApi.Slides.V1.Model.TextContent.t() | nil }