com.aspose.slides
Class CommandEffectTypeEx

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.CommandEffectTypeEx

public final class CommandEffectTypeEx
extends com.aspose.ms.java.Enum

Represents command effect type for command effect behavior.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static byte Call
          
static byte Event
          
static byte NotDefined
          
static byte Verb
          
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotDefined

public static final byte NotDefined

See Also:
Constant Field Values

Event

public static final byte Event

See Also:
Constant Field Values

Call

public static final byte Call

See Also:
Constant Field Values

Verb

public static final byte Verb

See Also:
Constant Field Values