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