InsertEquationsCaptionCommand.execute Method
Executes the InsertEquationsCaptionCommand command.
Declaration
execute(): boolean
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
This command adds the “Equation {SEQ Equation }“ text at the current position in the document.
Usage example:
richEdit.commands.insertEquationsCaption.execute();
See Also