com.aspose.slides.pptx.animation
Class AnimMotionPathPointsTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.animation.AnimMotionPathPointsTypeEx

public class AnimMotionPathPointsTypeEx
extends Enumerate


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

Field Detail

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

toValue

public static AnimMotionPathPointsTypeEx toValue(int id)