Skip to main content
A newer version of this page is available. .

InsertEquationsCaptionCommand.execute Method

Executes the InsertEquationsCaptionCommand command.

Declaration

execute(): boolean

Returns

Type Description
boolean

true if the command has been successfully executed; false if the command execution has failed.

Remarks

This command adds the “Equation {SEQ Equation }“ text at the current position in the document.

Usage example:

richEdit.commands.insertEquationsCaption.execute();
See Also