EffectFillType
Overview
EffectFillType is a enum in Aspose.Slides FOSS for Python.
Represent fill types.
This enumeration defines 5 values: NOT_DEFINED, REMOVE, FREEZE, HOLD, TRANSITION.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or unspecified effect fill type |
REMOVE | Represents an effect fill type that removes the fill |
FREEZE | Represents an effect fill type that freezes the current fill state |
HOLD | Represents an effect fill type that holds the fill unchanged during animation |
TRANSITION | Represents an effect fill type that transitions between fill states |