Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IMEModeType Enumeration
In This Topic
    IMEModeType Enumeration
    In This Topic
    Specifies the description of the Japanese input rules.
    Members
    MemberDescription
    DisabledSpecifies the mode is disabled.
    FullAlphaSpecifies full-width alphanumeric.
    FullHangulSpecifies full-width Hangul.
    FullKatakanaSpecifies the mode is Katakana.
    HalfAlphaSpecifies half-width alphanumeric.
    HalfHangulSpecifies Hangul.
    HalfKatakanaSpecifies the mode is half-width Katakana.
    HiraganaSpecifies the mode is Hiragana.
    NoControlSpecifie no control.
    OffSpecifies the mode is off (English mode).
    OnSpecifies the mode is on.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.IMEModeType

    See Also