HebrewMode Property

Microsoft Word Visual Basic

Show All

HebrewMode Property

       

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

WdHebSpellStart can be one of these WdHebSpellStart constants.
wdFullScript The spelling checker follows rules for the conventional script required by the Hebrew Language Academy for writing text without diacritics.
wdMixedAuthorizedScript The spelling checker follows rules for full and partial script, but highlights as potential mistakes any spelling variations not permitted within either system and any completely unrecognized words.
wdMixedScript The spelling checker follows rules for full and partial script and allows non-conventional spelling variations. Only completely unrecognized words are highlighted as potential mistakes.
wdPartialScript The spelling checker follows rules for the traditional script used only for text with diacritics.

expression.HebrewMode

expression   Required. An expression that returns an Options object.

Remarks

For more information on using Word with right-to-left languages, see Word features for right-to-left languages.

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