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