SpellCheckerOptions Properties
Contains options that specify how the spell checker should process text in any range of the document.
Name | Description |
---|---|
Auto |
Gets or sets whether the spell checker should ignore language settings for document ranges and determine the language automatically. |
Clear |
Specifies whether the spell check stops and the list of misspelled words is cleared when the number of found misspellings exceeds a predefined limit. |
Ignore |
Gets or sets whether the spell checker should ignore “no-proof” settings for text ranges in a document. |
Lower |
Gets or sets the number of misspelled words at which spell check is resumed after it has been stopped due to the high number of misspellings. |
Upper |
Gets or sets the number of errors at which the spell check stops. |
See Also