OptionsSpelling Properties
Contains options that affect text processing.| Name | Description |
|---|---|
| CheckFromCursorPos | Start spell check from the cursor position. Inherited from OptionsSpellingBase. |
| CheckSelectedTextFirst | Spell check the selected text first. Inherited from OptionsSpellingBase. |
| IgnoreEmails | Gets or sets whether e-mail addresses should be excluded from the check. Inherited from OptionsSpellingBase. |
| IgnoreMarkupTags | Gets or sets whether the text enclosed with specific markup tags should be checked. Inherited from OptionsSpellingBase. |
| IgnoreMixedCaseWords | Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first. Inherited from OptionsSpellingBase. |
| IgnoreRepeatedWords | Gets or sets whether the spell checker ignores repeated words. Inherited from OptionsSpellingBase. |
| IgnoreUpperCaseWords | Gets or sets whether the spell checker ignores words in which all letters are uppercase. Inherited from OptionsSpellingBase. |
| IgnoreUri | Gets or sets whether the spell checker ignores strings which can be qualified as Uniform Resource Identifiers (URI). Inherited from OptionsSpellingBase. |
| IgnoreUrls | Obsolete. Gets or sets whether the spell checker ignores the URLs in text. Inherited from OptionsSpellingBase. |
| IgnoreWordsWithNumbers | Gets or sets whether the spell checker ignores words that contain numbers. Inherited from OptionsSpellingBase. |
See Also