Sets a value which marks the misspelled word as ignored. An ignored misspelled word remains in the collection of misspelled words, but it is not underlined in the text with a red zigzag line.
<void> MisspelledWord.setIsIgnored(<Boolean> isIgnored, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
is |
A value which marks the misspelled word as ignored. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |