google_api_slides v0.4.0 GoogleApi.Slides.V1.Model.TableBorderProperties View Source

The border styling properties of the TableBorderCell.

Attributes

  • dashStyle (String.t): The dash style of the border. Defaults to: null.

    • Enum - one of [DASH_STYLE_UNSPECIFIED, SOLID, DOT, DASH, DASH_DOT, LONG_DASH, LONG_DASH_DOT]
  • tableBorderFill (TableBorderFill): The fill of the table border. Defaults to: null.
  • weight (Dimension): The thickness of the border. Defaults to: null.

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: any(),
  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.