WdIMEMode Enum

Definition

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

wdIMEModeAlpha 8

Activates the IME in half-width Latin mode.

wdIMEModeAlphaFull 7

Activates the IME in full-width Latin mode.

wdIMEModeHangul 10

Activates the IME in half-width Hangul mode.

wdIMEModeHangulFull 9

Activates the IME in full-width Hangul mode.

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.

wdIMEModeNoControl 0

Does not change the IME mode.

wdIMEModeOff 2

Disables the IME and activates Latin text entry.

wdIMEModeOn 1

Activates the IME.

Applies to