GoogleApi.Docs.V1.Model.InsertTableRequest (google_api_docs v0.18.0)

View Source

Inserts a table at the specified location. A newline character will be inserted before the inserted table.

Attributes

  • columns (type: integer(), default: nil) - The number of columns in the table.
  • endOfSegmentLocation (type: GoogleApi.Docs.V1.Model.EndOfSegmentLocation.t, default: nil) - Inserts the table at the end of the given header, footer or document body. A newline character will be inserted before the inserted table. Tables cannot be inserted inside a footnote.
  • location (type: GoogleApi.Docs.V1.Model.Location.t, default: nil) - Inserts the table at a specific model index. A newline character will be inserted before the inserted table, therefore the table start index will be at the specified location index + 1. The table must be inserted inside the bounds of an existing Paragraph. For instance, it cannot be inserted at a table's start index (i.e. between an existing table and its preceding paragraph). Tables cannot be inserted inside a footnote or equation.
  • rows (type: integer(), default: nil) - The number of rows in the table.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Docs.V1.Model.InsertTableRequest{
  columns: integer() | nil,
  endOfSegmentLocation: GoogleApi.Docs.V1.Model.EndOfSegmentLocation.t() | nil,
  location: GoogleApi.Docs.V1.Model.Location.t() | nil,
  rows: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.