com.aspose.slides.pptx.animation
Class BehaviorAdditiveTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by 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.


Field Summary
static BehaviorAdditiveTypeEx BASE
           
static int BASE_ID
           
static BehaviorAdditiveTypeEx MULTIPLY
           
static int MULTIPLY_ID
           
static BehaviorAdditiveTypeEx NONE
           
static int NONE_ID
           
static BehaviorAdditiveTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static BehaviorAdditiveTypeEx REPLACE
           
static int REPLACE_ID
           
static BehaviorAdditiveTypeEx SUM
           
static int SUM_ID
           
 
Method Summary
static BehaviorAdditiveTypeEx toValue(int id)
          Returns AnimBehaviorAdditiveTypeEx 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 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
Method Detail

toValue

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