com.aspose.slides.pptx.animation
Class BehaviorAdditiveTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.animation.BehaviorAdditiveTypeEx
- All Implemented Interfaces:
- java.lang.Comparable
public class BehaviorAdditiveTypeEx
- extends Enumerate
Enumeration which defines how to apply the animation values to the original
value for the property.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NOT_DEFINED
public static final BehaviorAdditiveTypeEx NOT_DEFINED
NOT_DEFINED_ID
public static final int NOT_DEFINED_ID
- See Also:
- Constant Field Values
NONE
public static final BehaviorAdditiveTypeEx NONE
NONE_ID
public static final int NONE_ID
- See Also:
- Constant Field Values
BASE
public static final BehaviorAdditiveTypeEx BASE
BASE_ID
public static final int BASE_ID
- See Also:
- Constant Field Values
SUM
public static final BehaviorAdditiveTypeEx SUM
SUM_ID
public static final int SUM_ID
- See Also:
- Constant Field Values
REPLACE
public static final BehaviorAdditiveTypeEx REPLACE
REPLACE_ID
public static final int REPLACE_ID
- See Also:
- Constant Field Values
MULTIPLY
public static final BehaviorAdditiveTypeEx MULTIPLY
MULTIPLY_ID
public static final int MULTIPLY_ID
- See Also:
- Constant Field Values
toValue
public static BehaviorAdditiveTypeEx toValue(int id)
- Returns AnimBehaviorAdditiveTypeEx object holding the value of the
specified int.