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)
Syntax
'Declaration
Public Enumeration WdHebSpellStart
'Usage
Dim instance As 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. | |
wdPartialScript | The spelling checker follows rules for the traditional script used only for text with diacritics. | |
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. | |
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. |