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