com.aspose.slides.pptx.animation
Class AnimEffectTriggerTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.animation.AnimEffectTriggerTypeEx

public class AnimEffectTriggerTypeEx
extends Enumerate


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

Field Detail

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

toValue

public static AnimEffectTriggerTypeEx toValue(int id)