CORRECTIVE_ACTION class enum

Identifies the type of corrective action to be taken for a spelling error.

Constructors

CORRECTIVE_ACTION()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

DELETE → const int
The user should be prompted to delete the indicated erroneous text.
GET_SUGGESTIONS → const int
The user should be prompted with a list of suggestions as returned by ISpellChecker::Suggest.
NONE → const int
There are no errors.
REPLACE → const int
Replace the indicated erroneous text with the text provided in the suggestion. The user does not need to be prompted.