com.aspose.slides.pptx.animation
Class BehaviorAccumulateTypeEx
java.lang.Object
com.aspose.slides.Enumerate
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.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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
toValue
public static BehaviorAccumulateTypeEx toValue(int id)
- Returns AnimBehaviorAccumulateTypeEx object holding the value of the
specified int.