google_api_slides v0.12.1 GoogleApi.Slides.V1.Model.TableBorderProperties 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.