com.aspose.slides.pptx.animation
Class MotionPathEditModeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.animation.MotionPathEditModeEx
All Implemented Interfaces:
java.lang.Comparable

public class MotionPathEditModeEx
extends Enumerate

Enumeration which defines how the motion path moves when the target shape is moved.


Field Summary
static MotionPathEditModeEx FIXED
           
static int FIXED_ID
           
static MotionPathEditModeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static MotionPathEditModeEx RELATIVE
           
static int RELATIVE_ID
           
 
Method Summary
static MotionPathEditModeEx toValue(int id)
          Returns AnimMotionPathEditModeEx 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

NOT_DEFINED

public static final MotionPathEditModeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

RELATIVE

public static final MotionPathEditModeEx RELATIVE

RELATIVE_ID

public static final int RELATIVE_ID
See Also:
Constant Field Values

FIXED

public static final MotionPathEditModeEx FIXED

FIXED_ID

public static final int FIXED_ID
See Also:
Constant Field Values
Method Detail

toValue

public static MotionPathEditModeEx toValue(int id)
Returns AnimMotionPathEditModeEx object holding the value of the specified int.