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

FieldDescription
HotkeyPrefixNoneSpecifies that the hotkey prefix SHOULD NOT be displayed.
HotkeyPrefixShowSpecifies that no hotkey prefix is defined.
HotkeyPrefixHideSpecifies 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.