View Source GoogleApi.Docs.V1.Model.TableStyle (google_api_docs v0.15.0)
Styles that apply to a table.
Attributes
-
tableColumnProperties
(type:list(GoogleApi.Docs.V1.Model.TableColumnProperties.t)
, default:nil
) - The properties of each column. Note that in Docs, tables contain rows and rows contain cells, similar to HTML. So the properties for a row can be found on the row's table_row_style.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.TableStyle{ tableColumnProperties: [GoogleApi.Docs.V1.Model.TableColumnProperties.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.