ToggleNumberingListCommand Class
In This Article
A command to toggle between the numbered paragraph and normal text.
#Declaration
TypeScript
declare class ToggleNumberingListCommand extends CommandWithBooleanStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.toggleNumberingList property.
#Inheritance
CommandBase
CommandWithBooleanStateBase
ToggleNumberingListCommand
See Also