FillType
Overview
FillType is a enum in Aspose.Slides FOSS for Python.
Specifies the interior fill type of various visual objects.
This enumeration defines 7 values: NOT_DEFINED, NO_FILL, SOLID, GRADIENT, PATTERN, PICTURE, GROUP.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined fill type |
NO_FILL | Represents a fill with no color or pattern |
SOLID | Represents a solid color fill |
GRADIENT | Represents a gradient fill transitioning between colors |
PATTERN | Represents a patterned fill using predefined designs |
PICTURE | Represents a fill using an image |
GROUP | Represents a fill applied to a group shape |