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