WdHebSpellStart Enumeration 

Specifies which rules the Hebrew spelling checker will follow.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdHebSpellStart1 As WdHebSpellStart = WdHebSpellStart.wdFullScript

Syntax

Public Enum WdHebSpellStart
public enum WdHebSpellStart
public enum class WdHebSpellStart
public enum WdHebSpellStart
public enum WdHebSpellStart

Members

Member name Description
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace