com.aspose.slides.pptx.animation
Class EffectTriggerTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.animation.EffectTriggerTypeEx
All Implemented Interfaces:
java.lang.Comparable

public class EffectTriggerTypeEx
extends Enumerate

Enumeration which defines animation trigger types.


Field Summary
static EffectTriggerTypeEx AFTER_PREVIOUS
           
static int AFTER_PREVIOUS_ID
           
static EffectTriggerTypeEx ON_CLICK
           
static int ON_CLICK_ID
           
static EffectTriggerTypeEx WITH_PREVIOUS
           
static int WITH_PREVIOUS_ID
           
 
Method Summary
static EffectTriggerTypeEx toValue(int id)
          Returns AnimEffectTriggerTypeEx object holding the value of the specified int.
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

toValue

public static EffectTriggerTypeEx toValue(int id)
Returns AnimEffectTriggerTypeEx object holding the value of the specified int.