|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.imaging.HotkeyPrefix
public final class HotkeyPrefix
Specifies the type of display for hot-key prefixes that relate to text.
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 |
---|
public static final int Hide
Do not display the hot-key prefix.
public static final int None
No hot-key prefix.
public static final int Show
Display the hot-key prefix.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |