com.aspose.slides.pptx.animation
Class BehaviorAccumulateTypeEx

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

public class BehaviorAccumulateTypeEx
extends Enumerate

Enumeration which defines repeating animation build with each iteration.


Field Summary
static BehaviorAccumulateTypeEx ALWAYS
          Animation always repeated.
static int ALWAYS_ID
           
static BehaviorAccumulateTypeEx NONE
          Animation never repeated.
static int NONE_ID
           
static BehaviorAccumulateTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
 
Method Summary
static BehaviorAccumulateTypeEx 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 BehaviorAccumulateTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

ALWAYS

public static final BehaviorAccumulateTypeEx ALWAYS
Animation always repeated.


ALWAYS_ID

public static final int ALWAYS_ID
See Also:
Constant Field Values

NONE

public static final BehaviorAccumulateTypeEx NONE
Animation never repeated.


NONE_ID

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

toValue

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