InsertNumerationCommand Class
In This Article
A command to insert numeration to a paragraph making it a numbering list item.
#Declaration
TypeScript
declare class InsertNumerationCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertNumeration property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
InsertNumerationCommand
See Also