com.aspose.slides.pptx.animation
Class AnimBehaviorAccumulateTypeEx

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

public class AnimBehaviorAccumulateTypeEx
extends Enumerate


Field Summary
static AnimBehaviorAccumulateTypeEx ALWAYS
           
static int ALWAYS_ID
           
static AnimBehaviorAccumulateTypeEx NONE
           
static int NONE_ID
           
static AnimBehaviorAccumulateTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
 
Method Summary
static AnimBehaviorAccumulateTypeEx 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

NOT_DEFINED

public static final AnimBehaviorAccumulateTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

ALWAYS

public static final AnimBehaviorAccumulateTypeEx ALWAYS

ALWAYS_ID

public static final int ALWAYS_ID
See Also:
Constant Field Values

NONE

public static final AnimBehaviorAccumulateTypeEx NONE

NONE_ID

public static final int NONE_ID
See Also:
Constant Field Values
Method Detail

toValue

public static AnimBehaviorAccumulateTypeEx toValue(int id)