google_api_slides v0.4.0 GoogleApi.Slides.V1.Model.Line View Source
A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector.
Attributes
lineCategory (String.t): The category of the line. It matches the `category` specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest. Defaults to:
null
.- Enum - one of [LINE_CATEGORY_UNSPECIFIED, STRAIGHT, BENT, CURVED]
- lineProperties (LineProperties): The properties of the line. Defaults to:
null
. lineType (String.t): The type of the line. Defaults to:
null
.- Enum - one of [TYPE_UNSPECIFIED, STRAIGHT_CONNECTOR_1, BENT_CONNECTOR_2, BENT_CONNECTOR_3, BENT_CONNECTOR_4, BENT_CONNECTOR_5, CURVED_CONNECTOR_2, CURVED_CONNECTOR_3, CURVED_CONNECTOR_4, CURVED_CONNECTOR_5, STRAIGHT_LINE]
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.Line{
lineCategory: any(),
lineProperties: GoogleApi.Slides.V1.Model.LineProperties.t(),
lineType: any()
}
t() :: %GoogleApi.Slides.V1.Model.Line{ lineCategory: any(), lineProperties: GoogleApi.Slides.V1.Model.LineProperties.t(), lineType: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.