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