WdHebSpellStart Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies which rules the Hebrew spelling checker will follow.
public enum class WdHebSpellStart
[System.Runtime.InteropServices.Guid("7BAF6C5F-E7D6-37DA-95F4-0864D1128E54")]
public enum WdHebSpellStart
type WdHebSpellStart =
Public Enum WdHebSpellStart
- Inheritance
-
WdHebSpellStart
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdFullScript | 0 | The spelling checker follows rules for the conventional script required by the Hebrew Language Academy for writing text without diacritics. |
wdPartialScript | 1 | The spelling checker follows rules for the traditional script used only for text with diacritics. |
wdMixedScript | 2 | 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 | 3 | 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. |