com.aspose.slides.pptx.animation
Class PropertyCalcModeTypeEx

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

public class PropertyCalcModeTypeEx
extends Enumerate

Enumeration which defines the calculation mode type of a property.


Field Summary
static PropertyCalcModeTypeEx DISCRETE
           
static int DISCRETE_ID
           
static PropertyCalcModeTypeEx FORMULA
           
static int FORMULA_ID
           
static PropertyCalcModeTypeEx LINEAR
           
static int LINEAR_ID
           
static PropertyCalcModeTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
 
Method Summary
static PropertyCalcModeTypeEx toValue(int id)
          Returns AnimPropertyCalcModeTypeEx 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 PropertyCalcModeTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

DISCRETE

public static final PropertyCalcModeTypeEx DISCRETE

DISCRETE_ID

public static final int DISCRETE_ID
See Also:
Constant Field Values

LINEAR

public static final PropertyCalcModeTypeEx LINEAR

LINEAR_ID

public static final int LINEAR_ID
See Also:
Constant Field Values

FORMULA

public static final PropertyCalcModeTypeEx FORMULA

FORMULA_ID

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

toValue

public static PropertyCalcModeTypeEx toValue(int id)
Returns AnimPropertyCalcModeTypeEx object holding the value of the specified int.