OptionsSpelling Class
Contains options that affect text processing.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.2.dll
Declaration
Related API Members
The following members return OptionsSpelling objects:
Remarks
Use this object’s properties to specify the word types excluded from checking, how the text selection should be dealt with, and more options when available.
The default settings are:
- caseSensitive = false
- ignoreWordsWithNumbers = true
- ignoreUpperCaseWords = true
- ignoreMixedCaseWords = true
- ignoreEmails = true
- ignoreUrls = true
- ignoreRepeatedWords = false
- checkSelectedTextFirst = true
- checkFromCursorPos = true
- checkSelectedTextFirst = true
You can save the OptionsSpelling
options to external files using the following methods:
Inheritance
Object
OptionsSpellingBase
OptionsSpelling
See Also