GoogleApi.Slides.V1.Model.PageProperties (google_api_slides v0.24.0)
View SourceThe 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, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme onMaster
pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored. -
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.PageProperties{ colorScheme: GoogleApi.Slides.V1.Model.ColorScheme.t() | nil, pageBackgroundFill: GoogleApi.Slides.V1.Model.PageBackgroundFill.t() | nil }