com.aspose.slides.pptx.animation
Class AnimBehaviorAccumulateTypeEx

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

public class AnimBehaviorAccumulateTypeEx
extends Enumerate

Enumeration which defines repeating animation build with each iteration.


Field Summary
static AnimBehaviorAccumulateTypeEx ALWAYS
          Animation always repeated.
static int ALWAYS_ID
           
static AnimBehaviorAccumulateTypeEx NONE
          Animation never repeated.
static int NONE_ID
           
static AnimBehaviorAccumulateTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
 
Method Summary
static AnimBehaviorAccumulateTypeEx toValue(int id)
          Returns AnimBehaviorAccumulateTypeEx 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

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
Animation always repeated.


ALWAYS_ID

public static final int ALWAYS_ID
See Also:
Constant Field Values

NONE

public static final AnimBehaviorAccumulateTypeEx NONE
Animation never repeated.


NONE_ID

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

toValue

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