View Source GoogleApi.Docs.V1.Model.TableCellStyle (google_api_docs v0.15.0)
The style of a TableCell. Inherited table cell styles are represented as unset fields in this message. A table cell style can inherit from the table's style.
Attributes
-
backgroundColor
(type:GoogleApi.Docs.V1.Model.OptionalColor.t
, default:nil
) - The background color of the cell. -
borderBottom
(type:GoogleApi.Docs.V1.Model.TableCellBorder.t
, default:nil
) - The bottom border of the cell. -
borderLeft
(type:GoogleApi.Docs.V1.Model.TableCellBorder.t
, default:nil
) - The left border of the cell. -
borderRight
(type:GoogleApi.Docs.V1.Model.TableCellBorder.t
, default:nil
) - The right border of the cell. -
borderTop
(type:GoogleApi.Docs.V1.Model.TableCellBorder.t
, default:nil
) - The top border of the cell. -
columnSpan
(type:integer()
, default:nil
) - The column span of the cell. This property is read-only. -
contentAlignment
(type:String.t
, default:nil
) - The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Docs editor. -
paddingBottom
(type:GoogleApi.Docs.V1.Model.Dimension.t
, default:nil
) - The bottom padding of the cell. -
paddingLeft
(type:GoogleApi.Docs.V1.Model.Dimension.t
, default:nil
) - The left padding of the cell. -
paddingRight
(type:GoogleApi.Docs.V1.Model.Dimension.t
, default:nil
) - The right padding of the cell. -
paddingTop
(type:GoogleApi.Docs.V1.Model.Dimension.t
, default:nil
) - The top padding of the cell. -
rowSpan
(type:integer()
, default:nil
) - The row span of the cell. This property is read-only.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.TableCellStyle{ backgroundColor: GoogleApi.Docs.V1.Model.OptionalColor.t() | nil, borderBottom: GoogleApi.Docs.V1.Model.TableCellBorder.t() | nil, borderLeft: GoogleApi.Docs.V1.Model.TableCellBorder.t() | nil, borderRight: GoogleApi.Docs.V1.Model.TableCellBorder.t() | nil, borderTop: GoogleApi.Docs.V1.Model.TableCellBorder.t() | nil, columnSpan: integer() | nil, contentAlignment: String.t() | nil, paddingBottom: GoogleApi.Docs.V1.Model.Dimension.t() | nil, paddingLeft: GoogleApi.Docs.V1.Model.Dimension.t() | nil, paddingRight: GoogleApi.Docs.V1.Model.Dimension.t() | nil, paddingTop: GoogleApi.Docs.V1.Model.Dimension.t() | nil, rowSpan: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.