Options.InterpretHighAnsi Property (Word)

Returns or sets the high-ANSI text interpretation behavior. Read/write WdHighAnsiText.

Syntax

expression .InterpretHighAnsi

expression Required. A variable that represents an Options collection.

Example

This example sets Word to interpret all high-ANSI text as East Asian characters.

Options.InterpretHighAnsi = wdHighAnsiIsFarEast

See Also

Concepts

Options Object Members

Options Object