RestartNumberingListCommand Class
In This Article
A command to restart the numbering list.
#Declaration
TypeScript
declare class RestartNumberingListCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.restartNumberingList property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
RestartNumberingListCommand
See Also