Options.HebrewMode Property (Word)

Returns or sets the mode for the Hebrew spelling checker. Read/write WdHebSpellStart.

Syntax

expression .HebrewMode

expression Required. A variable that represents an Options collection.

Example

This example sets the spelling checker to check spelling based on the conventional script required by the Hebrew Language Academy for writing text with diacritics.

Options.HebrewMode = wdFullScript

See Also

Concepts

Options Object Members

Options Object