com.aspose.imaging
Class HotkeyPrefix

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.HotkeyPrefix
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class HotkeyPrefix
extends java.lang.Enum

Specifies the type of display for hot-key prefixes that relate to text.

See Also:
Serialized Form

Field Summary
static int Hide
           Do not display the hot-key prefix.
static int None
           No hot-key prefix.
static int Show
           Display the hot-key prefix.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Hide

public static final int Hide

Do not display the hot-key prefix.

See Also:
Constant Field Values

None

public static final int None

No hot-key prefix.

See Also:
Constant Field Values

Show

public static final int Show

Display the hot-key prefix.

See Also:
Constant Field Values