com.aspose.slides.pptx.animation
Class AnimMotionOriginTypeEx

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


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

toValue

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