InlineConversion Property

True if Microsoft Word displays an unconfirmed character string in the Japanese Input Method Editor (IME) as an insertion between existing (confirmed) character strings. Read/write Boolean.

expression.InlineConversion

expression Required. An expression that returns an Options object.

Remarks

For more information on using Word with Asian languages, see Word features for Asian languages .

Example

This example sets Microsoft Word to display an unconfirmed character string in the Japanese Input Method Editor (IME) as an insertion between existing (confirmed) character strings.

Options.InlineConversion = True

Applies to | Options Object

See Also | IMEAutomaticControl Property