google_api_slides v0.14.0 GoogleApi.Slides.V1.Model.TableCell View Source
Properties 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Slides.V1.Model.TableCell{ columnSpan: integer(), location: GoogleApi.Slides.V1.Model.TableCellLocation.t(), rowSpan: integer(), tableCellProperties: GoogleApi.Slides.V1.Model.TableCellProperties.t(), text: GoogleApi.Slides.V1.Model.TextContent.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.