ChangeFontItalicCommand.execute Method
Executes the ChangeFontItalicCommand command with the specified parameter.
Declaration
execute(
fontItalic?: boolean
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| fontItalic | boolean |
|
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Usage example:
richEdit.commands.changeFontItalic.execute(true);
See Also