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