Sets the strikeout attribute of the selected text.

<void> Selection.setStrikeout(<boolean> strikeout, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
strikeout The strikeout attribute of the selected text.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.