com.aspose.slides.pptx.animation
Class CommandEffectTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.animation.CommandEffectTypeEx
All Implemented Interfaces:
java.lang.Comparable

public class CommandEffectTypeEx
extends Enumerate

Enumeration which defines commands of an animation.


Field Summary
static CommandEffectTypeEx CALL
           
static int CALL_ID
           
static CommandEffectTypeEx EVENT
           
static int EVENT_ID
           
static CommandEffectTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static CommandEffectTypeEx VERB
           
static int VERB_ID
           
 
Method Summary
static CommandEffectTypeEx toValue(int id)
          Returns AnimCommandEffectTypeEx 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 CommandEffectTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

EVENT

public static final CommandEffectTypeEx EVENT

EVENT_ID

public static final int EVENT_ID
See Also:
Constant Field Values

CALL

public static final CommandEffectTypeEx CALL

CALL_ID

public static final int CALL_ID
See Also:
Constant Field Values

VERB

public static final CommandEffectTypeEx VERB

VERB_ID

public static final int VERB_ID
See Also:
Constant Field Values
Method Detail

toValue

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