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