WdIMEMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the default start-up mode for the Japanese Input Method Editor (IME).
public enum class WdIMEMode
[System.Runtime.InteropServices.Guid("8BE9FF6B-231C-32F4-8F21-FD47474070BA")]
public enum WdIMEMode
type WdIMEMode =
Public Enum WdIMEMode
- Inheritance
-
WdIMEMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdIMEModeNoControl | 0 | Does not change the IME mode. |
wdIMEModeOn | 1 | Activates the IME. |
wdIMEModeOff | 2 | Disables the IME and activates Latin text entry. |
wdIMEModeHiragana | 4 | Activates the IME in full-width hiragana mode. |
wdIMEModeKatakana | 5 | Activates the IME in full-width katakana mode. |
wdIMEModeKatakanaHalf | 6 | Activates the IME in half-width katakana mode. |
wdIMEModeAlphaFull | 7 | Activates the IME in full-width Latin mode. |
wdIMEModeAlpha | 8 | Activates the IME in half-width Latin mode. |
wdIMEModeHangulFull | 9 | Activates the IME in full-width Hangul mode. |
wdIMEModeHangul | 10 | Activates the IME in half-width Hangul mode. |