com.aspose.slides.pptx.animation
Class MotionCommandPathTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.animation.MotionCommandPathTypeEx
- All Implemented Interfaces:
- java.lang.Comparable
public class MotionCommandPathTypeEx
- extends Enumerate
Enumeration which defines the type of points in a path.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
MOVE_TO
public static final MotionCommandPathTypeEx MOVE_TO
MOVE_TO_ID
public static final int MOVE_TO_ID
- See Also:
- Constant Field Values
LINE_TO
public static final MotionCommandPathTypeEx LINE_TO
LINE_TO_ID
public static final int LINE_TO_ID
- See Also:
- Constant Field Values
CURVE_TO
public static final MotionCommandPathTypeEx CURVE_TO
CURVE_TO_ID
public static final int CURVE_TO_ID
- See Also:
- Constant Field Values
CLOSE_LOOP
public static final MotionCommandPathTypeEx CLOSE_LOOP
CLOSE_LOOP_ID
public static final int CLOSE_LOOP_ID
- See Also:
- Constant Field Values
END
public static final MotionCommandPathTypeEx END
END_ID
public static final int END_ID
- See Also:
- Constant Field Values
toValue
public static MotionCommandPathTypeEx toValue(int id)
- Returns AnimMotionCommandPathTypeEx object holding the value of the specified int.