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