RemoveNumerationCommand Class
In This Article
A command to remove the selected numeration.
#Declaration
TypeScript
declare class RemoveNumerationCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.removeNumeration property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
RemoveNumerationCommand
See Also