Skip to main content

ToggleNumberingListCommand Class

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