com.aspose.slides.pptx.animation
Class AnimEffectTriggerTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.animation.AnimEffectTriggerTypeEx
- All Implemented Interfaces:
- java.lang.Comparable
public class AnimEffectTriggerTypeEx
- extends Enumerate
Enumeration which defines animation trigger types.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
AFTER_PREVIOUS
public static final AnimEffectTriggerTypeEx AFTER_PREVIOUS
AFTER_PREVIOUS_ID
public static final int AFTER_PREVIOUS_ID
- See Also:
- Constant Field Values
ON_CLICK
public static final AnimEffectTriggerTypeEx ON_CLICK
ON_CLICK_ID
public static final int ON_CLICK_ID
- See Also:
- Constant Field Values
WITH_PREVIOUS
public static final AnimEffectTriggerTypeEx WITH_PREVIOUS
WITH_PREVIOUS_ID
public static final int WITH_PREVIOUS_ID
- See Also:
- Constant Field Values
toValue
public static AnimEffectTriggerTypeEx toValue(int id)
- Returns AnimEffectTriggerTypeEx object holding the value of the specified int.