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