BackgroundType
Overview
BackgroundType is a enum in Aspose.Slides FOSS for Python.
Defines the slide background fill source.
This enumeration defines 3 values: NOT_DEFINED, THEMED, OWN_BACKGROUND.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents a background type that is not defined |
THEMED | Represents a background that follows the slide’s theme |
OWN_BACKGROUND | Represents a custom background set directly on the slide |