CommandEffectType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class CommandEffectType extends System.Enum
Represents command effect type for command effect behavior.
Fields
| Field | Description |
|---|---|
| NotDefined | |
| Event | |
| Call | |
| Verb |
NotDefined
public static final byte NotDefined
Event
public static final byte Event
Call
public static final byte Call
Verb
public static final byte Verb