google_api_slides v0.1.0 GoogleApi.Slides.V1.Model.TableRow View Source

Properties and contents of each row in a table.

Attributes

  • rowHeight (Dimension): Height of a row. Defaults to: null.
  • tableCells ([TableCell]): Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table. Defaults to: null.
  • tableRowProperties (TableRowProperties): Properties of the row. 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.TableRow{
  rowHeight: GoogleApi.Slides.V1.Model.Dimension.t(),
  tableCells: [GoogleApi.Slides.V1.Model.TableCell.t()],
  tableRowProperties: GoogleApi.Slides.V1.Model.TableRowProperties.t()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.