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])

Parameters

Parameter Description
isIgnored A value which marks the misspelled word as ignored.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.