com.aspose.slides.pptx.animation
Class AnimBehaviorAdditiveTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.animation.AnimBehaviorAdditiveTypeEx
public class AnimBehaviorAdditiveTypeEx
- extends Enumerate
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NOT_DEFINED
public static final AnimBehaviorAdditiveTypeEx NOT_DEFINED
NOT_DEFINED_ID
public static final int NOT_DEFINED_ID
- See Also:
- Constant Field Values
NONE
public static final AnimBehaviorAdditiveTypeEx NONE
NONE_ID
public static final int NONE_ID
- See Also:
- Constant Field Values
BASE
public static final AnimBehaviorAdditiveTypeEx BASE
BASE_ID
public static final int BASE_ID
- See Also:
- Constant Field Values
SUM
public static final AnimBehaviorAdditiveTypeEx SUM
SUM_ID
public static final int SUM_ID
- See Also:
- Constant Field Values
REPLACE
public static final AnimBehaviorAdditiveTypeEx REPLACE
REPLACE_ID
public static final int REPLACE_ID
- See Also:
- Constant Field Values
MULTIPLY
public static final AnimBehaviorAdditiveTypeEx MULTIPLY
MULTIPLY_ID
public static final int MULTIPLY_ID
- See Also:
- Constant Field Values
toValue
public static AnimBehaviorAdditiveTypeEx toValue(int id)