com.aspose.slides.pptx.animation
Class AnimMotionPathPointsTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.animation.AnimMotionPathPointsTypeEx
public class AnimMotionPathPointsTypeEx
- extends Enumerate
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NONE
public static final AnimMotionPathPointsTypeEx NONE
NONE_ID
public static final int NONE_ID
- See Also:
- Constant Field Values
AUTO
public static final AnimMotionPathPointsTypeEx AUTO
AUTO_ID
public static final int AUTO_ID
- See Also:
- Constant Field Values
CORNER
public static final AnimMotionPathPointsTypeEx CORNER
CORNER_ID
public static final int CORNER_ID
- See Also:
- Constant Field Values
STRAIGHT
public static final AnimMotionPathPointsTypeEx STRAIGHT
STRAIGHT_ID
public static final int STRAIGHT_ID
- See Also:
- Constant Field Values
SMOOTH
public static final AnimMotionPathPointsTypeEx SMOOTH
SMOOTH_ID
public static final int SMOOTH_ID
- See Also:
- Constant Field Values
CURVE_AUTO
public static final AnimMotionPathPointsTypeEx CURVE_AUTO
CURVE_AUTO_ID
public static final int CURVE_AUTO_ID
- See Also:
- Constant Field Values
CURVE_CORNER
public static final AnimMotionPathPointsTypeEx CURVE_CORNER
CURVE_CORNER_ID
public static final int CURVE_CORNER_ID
- See Also:
- Constant Field Values
CURVE_STRAIGHT
public static final AnimMotionPathPointsTypeEx CURVE_STRAIGHT
CURVE_STRAIGHT_ID
public static final int CURVE_STRAIGHT_ID
- See Also:
- Constant Field Values
CURVE_SMOOTH
public static final AnimMotionPathPointsTypeEx CURVE_SMOOTH
CURVE_SMOOTH_ID
public static final int CURVE_SMOOTH_ID
- See Also:
- Constant Field Values
toValue
public static AnimMotionPathPointsTypeEx toValue(int id)