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