google_api_slides v0.9.0 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 Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.