com.aspose.slides.pptx.animation
Class AnimMotionCommandPathTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.animation.AnimMotionCommandPathTypeEx
public class AnimMotionCommandPathTypeEx
- extends Enumerate
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MOVE_TO
public static final AnimMotionCommandPathTypeEx MOVE_TO
MOVE_TO_ID
public static final int MOVE_TO_ID
- See Also:
- Constant Field Values
LINE_TO
public static final AnimMotionCommandPathTypeEx LINE_TO
LINE_TO_ID
public static final int LINE_TO_ID
- See Also:
- Constant Field Values
CURVE_TO
public static final AnimMotionCommandPathTypeEx CURVE_TO
CURVE_TO_ID
public static final int CURVE_TO_ID
- See Also:
- Constant Field Values
CLOSE_LOOP
public static final AnimMotionCommandPathTypeEx CLOSE_LOOP
CLOSE_LOOP_ID
public static final int CLOSE_LOOP_ID
- See Also:
- Constant Field Values
END
public static final AnimMotionCommandPathTypeEx END
END_ID
public static final int END_ID
- See Also:
- Constant Field Values
toValue
public static AnimMotionCommandPathTypeEx toValue(int id)