GoogleApi.Slides.V1.Model.TableBorderProperties (google_api_slides v0.16.0) View Source
The border styling properties of the TableBorderCell.
Attributes
-
dashStyle
(type:String.t
, default:nil
) - The dash style of the border. -
tableBorderFill
(type:GoogleApi.Slides.V1.Model.TableBorderFill.t
, default:nil
) - The fill of the table border. -
weight
(type:GoogleApi.Slides.V1.Model.Dimension.t
, default:nil
) - The thickness of the border.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Slides.V1.Model.TableBorderProperties{ dashStyle: String.t(), tableBorderFill: GoogleApi.Slides.V1.Model.TableBorderFill.t(), weight: GoogleApi.Slides.V1.Model.Dimension.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.