GoogleApi.Slides.V1.Model.Outline (google_api_slides v0.24.0)

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 to NOT_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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.Outline{
  dashStyle: String.t() | nil,
  outlineFill: GoogleApi.Slides.V1.Model.OutlineFill.t() | nil,
  propertyState: String.t() | nil,
  weight: GoogleApi.Slides.V1.Model.Dimension.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.