InsertTableOfFiguresCommand Class
In This Article
A command to create a table of figures.
#Declaration
TypeScript
declare class InsertTableOfFiguresCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertTableOfFigures property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
InsertTableOfFiguresCommand
See Also