com.aspose.slides.pptx.animation
Class MotionCommandPathTypeEx

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


Field Summary
static MotionCommandPathTypeEx CLOSE_LOOP
           
static int CLOSE_LOOP_ID
           
static MotionCommandPathTypeEx CURVE_TO
           
static int CURVE_TO_ID
           
static MotionCommandPathTypeEx END
           
static int END_ID
           
static MotionCommandPathTypeEx LINE_TO
           
static int LINE_TO_ID
           
static MotionCommandPathTypeEx MOVE_TO
           
static int MOVE_TO_ID
           
 
Method Summary
static MotionCommandPathTypeEx toValue(int id)
          Returns AnimMotionCommandPathTypeEx 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

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

toValue

public static MotionCommandPathTypeEx toValue(int id)
Returns AnimMotionCommandPathTypeEx object holding the value of the specified int.