ASPxHtmlEditorSpellCheckerSpellingSettings Properties
Represents a container of settings that affect spell checking of the ASPxHtmlEditor‘s content.Name | Description |
---|---|
IgnoreEmails | Gets or sets whether email addresses should be skipped during checking. Inherited from ASPxSpellCheckerSpellingSettings. |
IgnoreMarkupTags | Gets or sets whether the text enclosed with specific markup tags should be checked. |
IgnoreMixedCaseWords | Gets or sets whether the spellchecker ignores words containing different case letters in positions other than the first. Inherited from ASPxSpellCheckerSpellingSettings. |
IgnoreUpperCaseWords | Gets or sets whether words in which all letters are uppercase should be skipped during checking. Inherited from ASPxSpellCheckerSpellingSettings. |
IgnoreUrls | Gets or sets whether URLs in text are skipped during checking. Inherited from ASPxSpellCheckerSpellingSettings. |
IgnoreWordsWithNumber | Gets or sets whether the spell checker skips words that contain numbers during checking. Inherited from ASPxSpellCheckerSpellingSettings. |
See Also