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

ValueDescription
NOT_DEFINEDRepresents a background type that is not defined
THEMEDRepresents a background that follows the slide’s theme
OWN_BACKGROUNDRepresents a custom background set directly on the slide

See Also