com.aspose.slides.pptx.animation
Class MotionOriginTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.animation.MotionOriginTypeEx
- All Implemented Interfaces:
- java.lang.Comparable
public class MotionOriginTypeEx
- extends Enumerate
Enumeration which defines the origin type of a motion effect.
Method Summary |
static MotionOriginTypeEx |
toValue(int id)
Returns AnimMotionOriginTypeEx 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 MotionOriginTypeEx NOT_DEFINED
NOT_DEFINED_ID
public static final int NOT_DEFINED_ID
- See Also:
- Constant Field Values
PARENT
public static final MotionOriginTypeEx PARENT
- The motion origin is parent object.
PARENT_ID
public static final int PARENT_ID
- See Also:
- Constant Field Values
LAYOUT
public static final MotionOriginTypeEx LAYOUT
- The motion origin is slide layout.
LAYOUT_ID
public static final int LAYOUT_ID
- See Also:
- Constant Field Values
toValue
public static MotionOriginTypeEx toValue(int id)
- Returns AnimMotionOriginTypeEx object holding the value of the specified int.