FillType
Oversigt over de forskellige former for støtte
FillType er et enum i Aspose.Slides for Python.
Angiver den indvendige fyldningstype af forskellige visuelle objekter.
Valuer
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or unspecified fill type |
NO_FILL | Represents a fill setting where no fill is applied |
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 or picture |
GROUP | Represents a fill applied to a grouped shape collection |