GoogleApi.Slides.V1.Model.TableBorderProperties (google_api_slides v0.24.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.TableBorderProperties{
  dashStyle: String.t() | nil,
  tableBorderFill: GoogleApi.Slides.V1.Model.TableBorderFill.t() | nil,
  weight: GoogleApi.Slides.V1.Model.Dimension.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.