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