Enum PageBackgroundType

PageBackgroundType

The kinds of page backgrounds.

To call an enum, you call its parent class, name, and property. For example, SlidesApp.PageBackgroundType.SOLID.

Properties

PropertyTypeDescription
UNSUPPORTEDEnumA page background type that is not supported.
NONEEnumNo fill, so the background is rendered white.
SOLIDEnumA solid color fill.
PICTUREEnumA picture that is stretched to fill the page.