Skip to main content

SpellingErrorType Enum

Lists values specifying the spelling error type.

Declaration

declare enum SpellingErrorType {
    Misspelling = 0,
    Repeating = 1
}

Members

Name Description
Misspelling

A misspelled word is found.

Repeating

A repeating word is found.

Remarks

Values listed by this enumeration are used to set the MisspelledInterval.errorType property.