google_api_slides v0.12.0 GoogleApi.Slides.V1.Model.Outline View Source
The outline of a PageElement.
If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind.
Attributes
dashStyle
(type:String.t
, default:nil
) - The dash style of the outline.outlineFill
(type:GoogleApi.Slides.V1.Model.OutlineFill.t
, default:nil
) - The fill of the outline.propertyState
(type:String.t
, default:nil
) - The outline property state.Updating the outline on a page element will implicitly update this field to
RENDERED
, unless another value is specified in the same request. To have no outline on a page element, set this field toNOT_RENDERED
. In this case, any other outline fields set in the same request will be ignored.weight
(type:GoogleApi.Slides.V1.Model.Dimension.t
, default:nil
) - The thickness of the outline.
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.Outline{ dashStyle: String.t(), outlineFill: GoogleApi.Slides.V1.Model.OutlineFill.t(), propertyState: String.t(), weight: GoogleApi.Slides.V1.Model.Dimension.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.