FillType
Přehled
FillType je enum v Aspose.Slides pro Python.
Specifikuje typ vnitřního plnění různých vizuálních objektů.
Hodnoty
| 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 |