Packages

 

com.aspose.imaging.fileformats.emf.emfplus.consts

Class EmfPlusHotkeyPrefix

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusHotkeyPrefix


  • public final class EmfPlusHotkeyPrefix
    extends com.aspose.ms.System.Enum

    The HotkeyPrefix enumeration defines output options for hotkey prefixes in graphics text.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int HotkeyPrefixHide
      Specifies that the hotkey prefix SHOULD be displayed.
      static int HotkeyPrefixNone
      Specifies that the hotkey prefix SHOULD NOT be displayed.
      static int HotkeyPrefixShow
      Specifies that no hotkey prefix is defined.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • HotkeyPrefixNone

        public static final int HotkeyPrefixNone

        Specifies that the hotkey prefix SHOULD NOT be displayed.

        See Also:
        Constant Field Values
      • HotkeyPrefixShow

        public static final int HotkeyPrefixShow

        Specifies that no hotkey prefix is defined.

        See Also:
        Constant Field Values
      • HotkeyPrefixHide

        public static final int HotkeyPrefixHide

        Specifies that the hotkey prefix SHOULD be displayed.

        See Also:
        Constant Field Values