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