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