aspose.cells

Class InputMethodEditorMode

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

Field Summary
const  NumberNO_CONTROL
Does not control IME.
const  NumberON
IME on.
const  NumberOFF
IME off. English mode.
const  NumberDISABLE
IME off.User can't turn on IME by keyboard.
const  NumberHIRAGANA
IME on with Full-width hiragana mode.
const  NumberKATAKANA
IME on with Full-width katakana mode.
const  NumberKATAKANA_HALF
IME on with Half-width katakana mode.
const  NumberALPHA_FULL
IME on with Full-width Alphanumeric mode.
const  NumberALPHA
IME on with Half-width Alphanumeric mode.
const  NumberHANGUL_FULL
IME on with Full-width hangul mode.
const  NumberHANGUL
IME on with Half-width hangul mode.
const  NumberHANZI_FULL
IME on with Full-width hanzi mode.
const  NumberHANZI
IME on with Half-width hanzi mode.
 

    • Field Detail

      • NO_CONTROL

        const Number NO_CONTROL
        Does not control IME.
      • ON

        const Number ON
        IME on.
      • OFF

        const Number OFF
        IME off. English mode.
      • DISABLE

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

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

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

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

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

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

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

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

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

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