google_api_docs v0.9.0 GoogleApi.Docs.V1.Model.InsertTableRequest 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.Docs.V1.Model.InsertTableRequest{ columns: integer(), endOfSegmentLocation: GoogleApi.Docs.V1.Model.EndOfSegmentLocation.t(), location: GoogleApi.Docs.V1.Model.Location.t(), rows: integer() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.