com.aspose.slides.pptx.animation
Class EffectFillTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.animation.EffectFillTypeEx
- All Implemented Interfaces:
- java.lang.Comparable
public class EffectFillTypeEx
- extends Enumerate
Enumeration which defines animation fill types.
Method Summary |
static EffectFillTypeEx |
toValue(int id)
Returns AnimEffectFillTypeEx object holding the value of the specified int. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NOT_DEFINED
public static final EffectFillTypeEx NOT_DEFINED
NOT_DEFINED_ID
public static final int NOT_DEFINED_ID
- See Also:
- Constant Field Values
REMOVE
public static final EffectFillTypeEx REMOVE
REMOVE_ID
public static final int REMOVE_ID
- See Also:
- Constant Field Values
FREEZE
public static final EffectFillTypeEx FREEZE
FREEZE_ID
public static final int FREEZE_ID
- See Also:
- Constant Field Values
HOLD
public static final EffectFillTypeEx HOLD
HOLD_ID
public static final int HOLD_ID
- See Also:
- Constant Field Values
TRANSITION
public static final EffectFillTypeEx TRANSITION
TRANSITION_ID
public static final int TRANSITION_ID
- See Also:
- Constant Field Values
toValue
public static EffectFillTypeEx toValue(int id)
- Returns AnimEffectFillTypeEx object holding the value of the specified int.