com.aspose.slides.pptx.animation
Class AnimPropertyCalcModeTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.animation.AnimPropertyCalcModeTypeEx
public class AnimPropertyCalcModeTypeEx
- extends Enumerate
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NOT_DEFINED
public static final AnimPropertyCalcModeTypeEx NOT_DEFINED
NOT_DEFINED_ID
public static final int NOT_DEFINED_ID
- See Also:
- Constant Field Values
DISCRETE
public static final AnimPropertyCalcModeTypeEx DISCRETE
DISCRETE_ID
public static final int DISCRETE_ID
- See Also:
- Constant Field Values
LINEAR
public static final AnimPropertyCalcModeTypeEx LINEAR
LINEAR_ID
public static final int LINEAR_ID
- See Also:
- Constant Field Values
FORMULA
public static final AnimPropertyCalcModeTypeEx FORMULA
FORMULA_ID
public static final int FORMULA_ID
- See Also:
- Constant Field Values
toValue
public static AnimPropertyCalcModeTypeEx toValue(int id)