google_api_slides v0.13.0 GoogleApi.Slides.V1.Model.TableRow 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

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.