Edit

Share via


Word.ImeMode enum

Specifies the IME (Input Method Editor) mode.

Remarks

[ API set: WordApiDesktop 1.4 ]

Fields

alpha = "Alpha"

Specifies the half-width alphanumeric IME mode.

alphaFull = "AlphaFull"

Specifies the full-width alphanumeric IME mode.

hangul = "Hangul"

Specifies the half-width Hangul IME mode.

hangulFull = "HangulFull"

Specifies the full-width Hangul IME mode.

hiragana = "Hiragana"

Specifies the Hiragana IME mode.

katakana = "Katakana"

Specifies the Katakana (double-byte) IME mode.

katakanaHalf = "KatakanaHalf"

Specifies the Katakana (half-width) IME mode.

noControl = "NoControl"

Specifies no control over the IME mode.

off = "Off"

Specifies the IME mode is off.

on = "On"

Specifies the IME mode is on.