GoogleApi.Slides.V1.Model.TableRow (google_api_slides v0.20.0) View Source

Properties and contents of each row in a table.

Attributes

  • rowHeight (type: GoogleApi.Slides.V1.Model.Dimension.t, default: nil) - Height of a row.
  • tableCells (type: list(GoogleApi.Slides.V1.Model.TableCell.t), default: nil) - 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.
  • tableRowProperties (type: GoogleApi.Slides.V1.Model.TableRowProperties.t, default: nil) - Properties of the row.

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.TableRow{
  rowHeight: GoogleApi.Slides.V1.Model.Dimension.t() | nil,
  tableCells: [GoogleApi.Slides.V1.Model.TableCell.t()] | nil,
  tableRowProperties: GoogleApi.Slides.V1.Model.TableRowProperties.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.