Lists values specifying the spelling error type.
declare enum SpellingErrorType {
Misspelling = 0,
Repeating = 1
}
Name | Description |
---|---|
Misspelling | A misspelled word is found. |
Repeating | A repeating word is found. |
Values listed by this enumeration are used to set the MisspelledInterval.errorType property.