View Source GoogleApi.Docs.V1.Model.TableCellBorder (google_api_docs v0.14.0)
A border around a table cell. Table cell borders cannot be transparent. To hide a table cell border, make its width 0.
Attributes
-
color
(type:GoogleApi.Docs.V1.Model.OptionalColor.t
, default:nil
) - The color of the border. This color cannot be transparent. -
dashStyle
(type:String.t
, default:nil
) - The dash style of the border. -
width
(type:GoogleApi.Docs.V1.Model.Dimension.t
, default:nil
) - The width of the border.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.TableCellBorder{ color: GoogleApi.Docs.V1.Model.OptionalColor.t() | nil, dashStyle: String.t() | nil, width: GoogleApi.Docs.V1.Model.Dimension.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.