com.aspose.slides.pptx.animation
Class MotionOriginTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by 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.


Field Summary
static MotionOriginTypeEx LAYOUT
          The motion origin is slide layout.
static int LAYOUT_ID
           
static MotionOriginTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static MotionOriginTypeEx PARENT
          The motion origin is parent object.
static int PARENT_ID
           
 
Method Summary
static MotionOriginTypeEx toValue(int id)
          Returns AnimMotionOriginTypeEx 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 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
Method Detail

toValue

public static MotionOriginTypeEx toValue(int id)
Returns AnimMotionOriginTypeEx object holding the value of the specified int.