asposecells.api

Class InputMethodEditorMode

Utility class containing constants. Represents the default run-time mode of the Input Method Editor.

Field Summary
const  intNO_CONTROL
Does not control IME.
const  intON
IME on.
const  intOFF
IME off. English mode.
const  intDISABLE
IME off.User can't turn on IME by keyboard.
const  intHIRAGANA
IME on with Full-width hiragana mode.
const  intKATAKANA
IME on with Full-width katakana mode.
const  intKATAKANA_HALF
IME on with Half-width katakana mode.
const  intALPHA_FULL
IME on with Full-width Alphanumeric mode.
const  intALPHA
IME on with Half-width Alphanumeric mode.
const  intHANGUL_FULL
IME on with Full-width hangul mode.
const  intHANGUL
IME on with Half-width hangul mode.
const  intHANZI_FULL
IME on with Full-width hanzi mode.
const  intHANZI
IME on with Half-width hanzi mode.
 

    • Field Detail

      • NO_CONTROL

        const int NO_CONTROL
        Does not control IME.
      • ON

        const int ON
        IME on.
      • OFF

        const int OFF
        IME off. English mode.
      • DISABLE

        const int DISABLE
        IME off.User can't turn on IME by keyboard.
      • HIRAGANA

        const int HIRAGANA
        IME on with Full-width hiragana mode.
      • KATAKANA

        const int KATAKANA
        IME on with Full-width katakana mode.
      • KATAKANA_HALF

        const int KATAKANA_HALF
        IME on with Half-width katakana mode.
      • ALPHA_FULL

        const int ALPHA_FULL
        IME on with Full-width Alphanumeric mode.
      • ALPHA

        const int ALPHA
        IME on with Half-width Alphanumeric mode.
      • HANGUL_FULL

        const int HANGUL_FULL
        IME on with Full-width hangul mode.
      • HANGUL

        const int HANGUL
        IME on with Half-width hangul mode.
      • HANZI_FULL

        const int HANZI_FULL
        IME on with Full-width hanzi mode.
      • HANZI

        const int HANZI
        IME on with Half-width hanzi mode.