OpenCustomNumberingListDialogCommand Class
In This Article
A command to invoke the Customize Numbered List dialog.
#Declaration
TypeScript
declare class OpenCustomNumberingListDialogCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.openCustomNumberingListDialog property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
OpenCustomNumberingListDialogCommand
See Also