Sets the italic attribute of the selected text.
Introduced: X16.
<void> Selection.setItalic(<boolean> italic, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
italic | The italic attribute of the selected text. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |