com.aspose.slides.pptx.animation
Class AnimMotionCommandPathTypeEx

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

public class AnimMotionCommandPathTypeEx
extends Enumerate


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

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

toValue

public static AnimMotionCommandPathTypeEx toValue(int id)