GoogleApi.Docs.V1.Model.TableCellLocation (google_api_docs v0.12.0) View Source

Location of a single cell within a table.

Attributes

  • columnIndex (type: integer(), default: nil) - The zero-based column index. For example, the second column in the table has a column index of 1.
  • rowIndex (type: integer(), default: nil) - The zero-based row index. For example, the second row in the table has a row index of 1.
  • tableStartLocation (type: GoogleApi.Docs.V1.Model.Location.t, default: nil) - The location where the table starts in the document.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Docs.V1.Model.TableCellLocation{
  columnIndex: integer() | nil,
  rowIndex: integer() | nil,
  tableStartLocation: GoogleApi.Docs.V1.Model.Location.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.