com.aspose.slides.pptx.animation
Class MotionPathPointsTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.animation.MotionPathPointsTypeEx
- All Implemented Interfaces:
- java.lang.Comparable
public class MotionPathPointsTypeEx
- extends Enumerate
Enumeration which defines type of points in a motion command.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NONE
public static final MotionPathPointsTypeEx NONE
NONE_ID
public static final int NONE_ID
- See Also:
- Constant Field Values
AUTO
public static final MotionPathPointsTypeEx AUTO
AUTO_ID
public static final int AUTO_ID
- See Also:
- Constant Field Values
CORNER
public static final MotionPathPointsTypeEx CORNER
CORNER_ID
public static final int CORNER_ID
- See Also:
- Constant Field Values
STRAIGHT
public static final MotionPathPointsTypeEx STRAIGHT
STRAIGHT_ID
public static final int STRAIGHT_ID
- See Also:
- Constant Field Values
SMOOTH
public static final MotionPathPointsTypeEx SMOOTH
SMOOTH_ID
public static final int SMOOTH_ID
- See Also:
- Constant Field Values
CURVE_AUTO
public static final MotionPathPointsTypeEx CURVE_AUTO
CURVE_AUTO_ID
public static final int CURVE_AUTO_ID
- See Also:
- Constant Field Values
CURVE_CORNER
public static final MotionPathPointsTypeEx CURVE_CORNER
CURVE_CORNER_ID
public static final int CURVE_CORNER_ID
- See Also:
- Constant Field Values
CURVE_STRAIGHT
public static final MotionPathPointsTypeEx CURVE_STRAIGHT
CURVE_STRAIGHT_ID
public static final int CURVE_STRAIGHT_ID
- See Also:
- Constant Field Values
CURVE_SMOOTH
public static final MotionPathPointsTypeEx CURVE_SMOOTH
CURVE_SMOOTH_ID
public static final int CURVE_SMOOTH_ID
- See Also:
- Constant Field Values
toValue
public static MotionPathPointsTypeEx toValue(int id)
- Returns AnimMotionPathPointsTypeEx object holding the value of the specified int.