google_api_slides v0.1.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 (String.t): The dash style of the outline. Defaults to: null.

    • Enum - one of [DASH_STYLE_UNSPECIFIED, SOLID, DOT, DASH, DASH_DOT, LONG_DASH, LONG_DASH_DOT]
  • outlineFill (OutlineFill): The fill of the outline. Defaults to: null.
  • propertyState (String.t): 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 to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored. Defaults to: null.

    • Enum - one of [RENDERED, NOT_RENDERED, INHERIT]
  • weight (Dimension): The thickness of the outline. 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.Outline{
  dashStyle: any(),
  outlineFill: GoogleApi.Slides.V1.Model.OutlineFill.t(),
  propertyState: any(),
  weight: GoogleApi.Slides.V1.Model.Dimension.t()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.