class Google::Apis::SlidesV1::PageProperties
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
color_scheme[RW]
The palette of predefined colors for a page. Corresponds to the JSON property `colorScheme` @return [Google::Apis::SlidesV1::ColorScheme]
page_background_fill[RW]
The page background fill. Corresponds to the JSON property `pageBackgroundFill` @return [Google::Apis::SlidesV1::PageBackgroundFill]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 2244 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/slides_v1/classes.rb, line 2249 def update!(**args) @color_scheme = args[:color_scheme] if args.key?(:color_scheme) @page_background_fill = args[:page_background_fill] if args.key?(:page_background_fill) end