com.aspose.slides.pptx.animation
Class AnimMotionOriginTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.animation.AnimMotionOriginTypeEx
- All Implemented Interfaces:
- java.lang.Comparable
public class AnimMotionOriginTypeEx
- extends Enumerate
Enumeration which defines the origin type of a motion effect.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NOT_DEFINED
public static final AnimMotionOriginTypeEx NOT_DEFINED
NOT_DEFINED_ID
public static final int NOT_DEFINED_ID
- See Also:
- Constant Field Values
PARENT
public static final AnimMotionOriginTypeEx PARENT
- The motion origin is parent object.
PARENT_ID
public static final int PARENT_ID
- See Also:
- Constant Field Values
LAYOUT
public static final AnimMotionOriginTypeEx LAYOUT
- The motion origin is slide layout.
LAYOUT_ID
public static final int LAYOUT_ID
- See Also:
- Constant Field Values
toValue
public static AnimMotionOriginTypeEx toValue(int id)
- Returns AnimMotionOriginTypeEx object holding the value of the specified int.