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

InsertTableOfEquationsCommand.execute Method

Executes the InsertTableOfEquationsCommand command.

Declaration

execute(): boolean

Returns

Type Description
boolean

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

Remarks

The RichEditCommands.insertTableOfFigures command generates a table based on numbered labels, which have been added to equations via RichEditCommands.insertFiguresCaption.

This command adds the { TOC \h \c “Equation”} field code at the current position in the document.

Usage example:

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