google_api_slides v0.1.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 (ColorScheme): 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. Defaults to:
null
. - pageBackgroundFill (PageBackgroundFill): 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. 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.PageProperties{ colorScheme: GoogleApi.Slides.V1.Model.ColorScheme.t(), pageBackgroundFill: GoogleApi.Slides.V1.Model.PageBackgroundFill.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.