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