Edit

Share via


Word.ImeMode enum

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the IME (Input Method Editor) mode.

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

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.