枚举类 IMEModeType

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

public enum IMEModeType extends Enum<IMEModeType>
指定了日本输入规则的描述。
  • 枚举常量详细资料

    • NoControl

      public static final IMEModeType NoControl
      指定无控制。
    • On

      public static final IMEModeType On
      指定模式为开启状态。
    • Off

      public static final IMEModeType Off
      指定模式为关闭(英文模式)。
    • Disabled

      public static final IMEModeType Disabled
      指定模式为禁用。
    • Hiragana

      public static final IMEModeType Hiragana
      指定模式为平假名。
    • FullKatakana

      public static final IMEModeType FullKatakana
      指定模式为片假名。
    • HalfKatakana

      public static final IMEModeType HalfKatakana
      指定模式为半角片假名。
    • FullAlpha

      public static final IMEModeType FullAlpha
      指定全角字母数字。
    • HalfAlpha

      public static final IMEModeType HalfAlpha
      指定半角字母数字。
    • FullHangul

      public static final IMEModeType FullHangul
      指定全角韩文。
    • HalfHangul

      public static final IMEModeType HalfHangul
      指定韩文。
  • 方法详细资料

    • values

      public static IMEModeType[] values()
      返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
      返回:
      包含该枚举类的常量的数组,顺序与声明这些常量的顺序相同
    • valueOf

      public static IMEModeType valueOf(String name)
      返回带有指定名称的该类的枚举常量。 字符串必须与用于声明该类的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - 如果该枚举类没有带有指定名称的常量
      NullPointerException - 如果参数为空值