com.aspose.slides.pptx.animation
Class MotionPathPointsTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by 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.


Field Summary
static MotionPathPointsTypeEx AUTO
           
static int AUTO_ID
           
static MotionPathPointsTypeEx CORNER
           
static int CORNER_ID
           
static MotionPathPointsTypeEx CURVE_AUTO
           
static int CURVE_AUTO_ID
           
static MotionPathPointsTypeEx CURVE_CORNER
           
static int CURVE_CORNER_ID
           
static MotionPathPointsTypeEx CURVE_SMOOTH
           
static int CURVE_SMOOTH_ID
           
static MotionPathPointsTypeEx CURVE_STRAIGHT
           
static int CURVE_STRAIGHT_ID
           
static MotionPathPointsTypeEx NONE
           
static int NONE_ID
           
static MotionPathPointsTypeEx SMOOTH
           
static int SMOOTH_ID
           
static MotionPathPointsTypeEx STRAIGHT
           
static int STRAIGHT_ID
           
 
Method Summary
static MotionPathPointsTypeEx toValue(int id)
          Returns AnimMotionPathPointsTypeEx object holding the value of the specified int.
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

toValue

public static MotionPathPointsTypeEx toValue(int id)
Returns AnimMotionPathPointsTypeEx object holding the value of the specified int.