google_api_slides v0.10.0 GoogleApi.Slides.V1.Model.LineProperties 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.Slides.V1.Model.LineProperties{ dashStyle: String.t(), endArrow: String.t(), endConnection: GoogleApi.Slides.V1.Model.LineConnection.t(), lineFill: GoogleApi.Slides.V1.Model.LineFill.t(), link: GoogleApi.Slides.V1.Model.Link.t(), startArrow: String.t(), startConnection: GoogleApi.Slides.V1.Model.LineConnection.t(), weight: GoogleApi.Slides.V1.Model.Dimension.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.