EmfPlusHotkeyPrefix
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusHotkeyPrefix extends System.Enum
The HotkeyPrefix enumeration defines output options for hotkey prefixes in graphics text.
Fields
Field | Description |
---|---|
HotkeyPrefixNone | Specifies that the hotkey prefix SHOULD NOT be displayed. |
HotkeyPrefixShow | Specifies that no hotkey prefix is defined. |
HotkeyPrefixHide | Specifies that the hotkey prefix SHOULD be displayed. |
HotkeyPrefixNone
public static final int HotkeyPrefixNone
Specifies that the hotkey prefix SHOULD NOT be displayed.
HotkeyPrefixShow
public static final int HotkeyPrefixShow
Specifies that no hotkey prefix is defined.
HotkeyPrefixHide
public static final int HotkeyPrefixHide
Specifies that the hotkey prefix SHOULD be displayed.