Show / Hide Table of Contents

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.

Inheritance
object
PageProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX