View Source GoogleApi.Docs.V1.Model.TableRowStyle (google_api_docs v0.17.0)
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
@type t() :: %GoogleApi.Docs.V1.Model.TableRowStyle{ minRowHeight: GoogleApi.Docs.V1.Model.Dimension.t() | nil, preventOverflow: boolean() | nil, tableHeader: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.