GoogleApi.Slides.V1.Model.LineProperties (google_api_slides v0.24.0)

View Source

The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor.

Attributes

  • dashStyle (type: String.t, default: nil) - The dash style of the line.
  • endArrow (type: String.t, default: nil) - The style of the arrow at the end of the line.
  • endConnection (type: GoogleApi.Slides.V1.Model.LineConnection.t, default: nil) - The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a "connector" can have an end_connection.
  • lineFill (type: GoogleApi.Slides.V1.Model.LineFill.t, default: nil) - The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
  • link (type: GoogleApi.Slides.V1.Model.Link.t, default: nil) - The hyperlink destination of the line. If unset, there is no link.
  • startArrow (type: String.t, default: nil) - The style of the arrow at the beginning of the line.
  • startConnection (type: GoogleApi.Slides.V1.Model.LineConnection.t, default: nil) - The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a "connector" can have a start_connection.
  • weight (type: GoogleApi.Slides.V1.Model.Dimension.t, default: nil) - The thickness of the line.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.LineProperties{
  dashStyle: String.t() | nil,
  endArrow: String.t() | nil,
  endConnection: GoogleApi.Slides.V1.Model.LineConnection.t() | nil,
  lineFill: GoogleApi.Slides.V1.Model.LineFill.t() | nil,
  link: GoogleApi.Slides.V1.Model.Link.t() | nil,
  startArrow: String.t() | nil,
  startConnection: GoogleApi.Slides.V1.Model.LineConnection.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.