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

View Source

Styles that apply to a table row.

Attributes

  • minRowHeight (type: GoogleApi.Docs.V1.Model.Dimension.t, default: nil) - The minimum height of the row. The row will be rendered in the Docs editor at a height equal to or greater than this value in order to show all the content in the row's cells.
  • preventOverflow (type: boolean(), default: nil) - Whether the row cannot overflow across page or column boundaries.
  • tableHeader (type: boolean(), default: nil) - Whether the row is a table header.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Docs.V1.Model.TableRowStyle{
  minRowHeight: GoogleApi.Docs.V1.Model.Dimension.t() | nil,
  preventOverflow: boolean() | nil,
  tableHeader: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.