Class 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.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class PageProperties : IDirectResponseSchema
Properties
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, matching the defaults in the Slides editor.
Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on
Master
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.
Declaration
[JsonProperty("colorScheme")]
public virtual ColorScheme ColorScheme { get; set; }
Property Value
Type | Description |
---|---|
ColorScheme |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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.
Declaration
[JsonProperty("pageBackgroundFill")]
public virtual PageBackgroundFill PageBackgroundFill { get; set; }
Property Value
Type | Description |
---|---|
PageBackgroundFill |