[]
        
立即试用
(Showing Draft Content)

IMEModeType

Enum Class IMEModeType

java.lang.Object
java.lang.Enum<IMEModeType>
com.grapecity.documents.excel.IMEModeType
All Implemented Interfaces:
Serializable, Comparable<IMEModeType>, Constable

public enum IMEModeType extends Enum<IMEModeType>
指定了日本输入规则的描述。
  • Enum Constant Details

    • 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
      指定韩文。
  • Method Details

    • values

      public static IMEModeType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      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.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null