Options.HebrewMode Property

Word Developer Reference

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.

Visual Basic for Applications
  Options.HebrewMode = wdFullScript

See Also