InsertTableOfFiguresCommand.execute Method
Executes the InsertTableOfFiguresCommand command.
Declaration
execute(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
The RichEditCommands.insertTableOfFigures command generates a table based on numbered labels, which have been added to figures via RichEditCommands.insertFiguresCaption.
This command adds the { TOC \h \c “Figure”} field code at the current position in the document.
Usage example:
richEdit.commands.InsertTableOfFigures.execute();
See Also