Gets the misspelled word of the specified kind at the current text input position. If there is no misspelled word, the next possible word of is returned. If there is no misspelled word of the specified kind between the current input position and the end of the text, the first word of the specified kind is returned.
Introduced: X18.
<void> MisspelledWordCollection.getItemAtInputPosition(<MisspelledWordKind> kind, <RequestMisspelledWordCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
kind | Specifies the word's kind. |
callback | Receives the misspelled word. |
error |
Optional. Is called when the operation failed with an error. |