Gets the misspelled word at a certain geometrical location. If there is no misspelled word, null is returned.

Introduced: X18.

<void> MisspelledWordCollection.getItemAtLocation(<number> x, <number> y, <RequestMisspelledWordCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
x Horizontal location.
y Vertical location.
callback Receives the misspelled word.
errorCallback Optional. Is called when the operation failed with an error.