google_api_slides v0.1.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]
- 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]
- 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() :: %GoogleApi.Slides.V1.Model.LineProperties{ dashStyle: any(), endArrow: any(), lineFill: GoogleApi.Slides.V1.Model.LineFill.t(), link: GoogleApi.Slides.V1.Model.Link.t(), startArrow: any(), weight: GoogleApi.Slides.V1.Model.Dimension.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.