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