WdIMEMode Enumeration

Specifies the default start-up mode for the Japanese Input Method Editor (IME).

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdIMEMode
'Usage
Dim instance As WdIMEMode
public enum WdIMEMode

Members

Member name Description
wdIMEModeNoControl Does not change the IME mode.
wdIMEModeOn Activates the IME.
wdIMEModeOff Disables the IME and activates Latin text entry.
wdIMEModeHiragana Activates the IME in full-width hiragana mode.
wdIMEModeKatakana Activates the IME in full-width katakana mode.
wdIMEModeKatakanaHalf Activates the IME in half-width katakana mode.
wdIMEModeAlphaFull Activates the IME in full-width Latin mode.
wdIMEModeAlpha Activates the IME in half-width Latin mode.
wdIMEModeHangulFull Activates the IME in full-width Hangul mode.
wdIMEModeHangul Activates the IME in half-width Hangul mode.

See Also

Reference

Microsoft.Office.Interop.Word Namespace