com.aspose.slides.pptx.animation
Class CommandEffectTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.animation.CommandEffectTypeEx
- All Implemented Interfaces:
- java.lang.Comparable
public class CommandEffectTypeEx
- extends Enumerate
Enumeration which defines commands of an animation.
Method Summary |
static CommandEffectTypeEx |
toValue(int id)
Returns AnimCommandEffectTypeEx 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 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
toValue
public static CommandEffectTypeEx toValue(int id)
- Returns AnimCommandEffectTypeEx object holding the value of the specified
int.