google_api_docs v0.3.0 GoogleApi.Docs.V1.Model.UnmergeTableCellsRequest View Source

Unmerges cells in a Table.

Attributes

  • tableRange (type: GoogleApi.Docs.V1.Model.TableRange.t, default: nil) - The table range specifying which cells of the table to unmerge.

    All merged cells in this range will be unmerged, and cells that are already unmerged will not be affected. If the range has no merged cells, the request will do nothing.

    If there is text in any of the merged cells, the text will remain in the "head" cell of the resulting block of unmerged cells. The "head" cell is the upper-left cell when the content direction is from left to right, and the upper-right otherwise.

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.Docs.V1.Model.UnmergeTableCellsRequest{
  tableRange: GoogleApi.Docs.V1.Model.TableRange.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.