Enum Class IMEModeType

java.lang.Object
java.lang.Enum<IMEModeType>
com.grapecity.documents.excel.IMEModeType
所有已实现的接口:
Serializable, Comparable<IMEModeType>, Constable

public enum IMEModeType extends Enum<IMEModeType>
Specifies the description of the Japanese input rules.
  • 枚举常量详细资料

    • NoControl

      public static final IMEModeType NoControl
      Specifie no control.
    • On

      public static final IMEModeType On
      Specifies the mode is on.
    • Off

      public static final IMEModeType Off
      Specifies the mode is off (English mode).
    • Disabled

      public static final IMEModeType Disabled
      Specifies the mode is disabled.
    • Hiragana

      public static final IMEModeType Hiragana
      Specifies the mode is Hiragana.
    • FullKatakana

      public static final IMEModeType FullKatakana
      Specifies the mode is Katakana.
    • HalfKatakana

      public static final IMEModeType HalfKatakana
      Specifies the mode is half-width Katakana.
    • FullAlpha

      public static final IMEModeType FullAlpha
      Specifies full-width alphanumeric.
    • HalfAlpha

      public static final IMEModeType HalfAlpha
      Specifies half-width alphanumeric.
    • FullHangul

      public static final IMEModeType FullHangul
      Specifies full-width Hangul.
    • HalfHangul

      public static final IMEModeType HalfHangul
      Specifies Hangul.
  • 方法详细资料

    • values

      public static IMEModeType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      返回:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static IMEModeType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值