View Source GoogleApi.Docs.V1.Model.TableCell (google_api_docs v0.17.0)

The contents and style of a cell in a Table.

Attributes

  • content (type: list(GoogleApi.Docs.V1.Model.StructuralElement.t), default: nil) - The content of the cell.
  • endIndex (type: integer(), default: nil) - The zero-based end index of this cell, exclusive, in UTF-16 code units.
  • startIndex (type: integer(), default: nil) - The zero-based start index of this cell, in UTF-16 code units.
  • suggestedDeletionIds (type: list(String.t), default: nil) - The suggested deletion IDs. If empty, then there are no suggested deletions of this content.
  • suggestedInsertionIds (type: list(String.t), default: nil) - The suggested insertion IDs. A TableCell may have multiple insertion IDs if it's a nested suggested change. If empty, then this is not a suggested insertion.
  • suggestedTableCellStyleChanges (type: %{optional(String.t) => GoogleApi.Docs.V1.Model.SuggestedTableCellStyle.t}, default: nil) - The suggested changes to the table cell style, keyed by suggestion ID.
  • tableCellStyle (type: GoogleApi.Docs.V1.Model.TableCellStyle.t, default: nil) - The style of the cell.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.TableCell{
  content: [GoogleApi.Docs.V1.Model.StructuralElement.t()] | nil,
  endIndex: integer() | nil,
  startIndex: integer() | nil,
  suggestedDeletionIds: [String.t()] | nil,
  suggestedInsertionIds: [String.t()] | nil,
  suggestedTableCellStyleChanges:
    %{
      optional(String.t()) =>
        GoogleApi.Docs.V1.Model.SuggestedTableCellStyle.t()
    }
    | nil,
  tableCellStyle: GoogleApi.Docs.V1.Model.TableCellStyle.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.