IncreaseFontSizeCommand.execute Method
Executes the IncreaseFontSizeCommand command.
Declaration
execute(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Usage example:
richEdit.commands.increaseFontSize.execute();
See Also