google_api_slides v0.4.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 (String.t): The dash style of the line. Defaults to:
null
.- Enum - one of [DASH_STYLE_UNSPECIFIED, SOLID, DOT, DASH, DASH_DOT, LONG_DASH, LONG_DASH_DOT]
endArrow (String.t): The style of the arrow at the end of the line. Defaults to:
null
.- Enum - one of [ARROW_STYLE_UNSPECIFIED, NONE, STEALTH_ARROW, FILL_ARROW, FILL_CIRCLE, FILL_SQUARE, FILL_DIAMOND, OPEN_ARROW, OPEN_CIRCLE, OPEN_SQUARE, OPEN_DIAMOND]
- endConnection (LineConnection): 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`. Defaults to:
null
. - lineFill (LineFill): The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor. Defaults to:
null
. - link (Link): The hyperlink destination of the line. If unset, there is no link. Defaults to:
null
. startArrow (String.t): The style of the arrow at the beginning of the line. Defaults to:
null
.- Enum - one of [ARROW_STYLE_UNSPECIFIED, NONE, STEALTH_ARROW, FILL_ARROW, FILL_CIRCLE, FILL_SQUARE, FILL_DIAMOND, OPEN_ARROW, OPEN_CIRCLE, OPEN_SQUARE, OPEN_DIAMOND]
- startConnection (LineConnection): 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`. Defaults to:
null
. - weight (Dimension): The thickness of the line. 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()
View Source
t() :: %GoogleApi.Slides.V1.Model.LineProperties{
dashStyle: any(),
endArrow: any(),
endConnection: GoogleApi.Slides.V1.Model.LineConnection.t(),
lineFill: GoogleApi.Slides.V1.Model.LineFill.t(),
link: GoogleApi.Slides.V1.Model.Link.t(),
startArrow: any(),
startConnection: GoogleApi.Slides.V1.Model.LineConnection.t(),
weight: GoogleApi.Slides.V1.Model.Dimension.t()
}
t() :: %GoogleApi.Slides.V1.Model.LineProperties{ dashStyle: any(), endArrow: any(), endConnection: GoogleApi.Slides.V1.Model.LineConnection.t(), lineFill: GoogleApi.Slides.V1.Model.LineFill.t(), link: GoogleApi.Slides.V1.Model.Link.t(), startArrow: any(), startConnection: GoogleApi.Slides.V1.Model.LineConnection.t(), weight: GoogleApi.Slides.V1.Model.Dimension.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.