SpellCheckerOptions Properties
Contains options that specify how the spell checker should process text in any range of the document.| Name | Description |
|---|---|
| AutoDetectDocumentCulture | Gets or sets whether the spell checker should ignore language settings for document ranges and determine the language automatically. |
| ClearErrorsAfterLimitExceeded | Specifies whether the spell check stops and the list of misspelled words is cleared when the number of found misspellings exceeds a predefined limit. |
| IgnoreNoProof | Gets or sets whether the spell checker should ignore “no-proof” settings for text ranges in a document. |
| LowerErrorLimit | 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. |
| UpperErrorLimit | Gets or sets the number of errors at which the spell check stops. |
See Also