google_api_slides v0.5.0 GoogleApi.Slides.V1.Model.PageProperties View Source

The properties of the Page.

The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties.

Attributes

  • colorScheme (type: GoogleApi.Slides.V1.Model.ColorScheme.t, default: nil) - The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme. This field is read-only.
  • pageBackgroundFill (type: GoogleApi.Slides.V1.Model.PageBackgroundFill.t, default: nil) - The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.

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.PageProperties{
  colorScheme: GoogleApi.Slides.V1.Model.ColorScheme.t(),
  pageBackgroundFill: GoogleApi.Slides.V1.Model.PageBackgroundFill.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.