google_api_slides v0.1.0 GoogleApi.Slides.V1.Model.TableRange View Source
A table range represents a reference to a subset of a table. It's important to note that the cells specified by a table range do not necessarily form a rectangle. For example, let's say we have a 3 x 3 table where all the cells of the last row are merged together. The table looks like this: [ ] A table range with location = (0, 0), row span = 3 and column span = 2 specifies the following cells: x x [ x ]
Attributes
- columnSpan (integer()): The column span of the table range. Defaults to:
null
. - location (TableCellLocation): The starting location of the table range. Defaults to:
null
. - rowSpan (integer()): The row span of the table range. 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.TableRange{ columnSpan: any(), location: GoogleApi.Slides.V1.Model.TableCellLocation.t(), rowSpan: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.