Gets the number of this misspelled word. All misspelled words are counted from the beginning to the end of a document. The first word has the number 1.
<void> MisspelledWord.getNumber(<RequestNumberCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
callback | Receives the number of this misspelled word. |
error |
Optional. Is called when the operation failed with an error. |