com.aspose.slides.pptx.animation
Class MotionPathEditModeEx
java.lang.Object
com.aspose.slides.Enumerate
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.
Method Summary |
static MotionPathEditModeEx |
toValue(int id)
Returns AnimMotionPathEditModeEx object holding the value of the specified int. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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
toValue
public static MotionPathEditModeEx toValue(int id)
- Returns AnimMotionPathEditModeEx object holding the value of the specified int.