IOptionsSpellings Properties
The options used for the spelling check.Name | Description |
---|---|
CheckFromCursorPos | Start spelling 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 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. |
IgnoreUrls | 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