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