OpenParagraphFormattingDialogCommand Class
In This Article
A command to invoke the Paragraph dialog allowing end-users to set paragraph formatting.
#Declaration
TypeScript
declare class OpenParagraphFormattingDialogCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.openParagraphFormattingDialog property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
OpenParagraphFormattingDialogCommand
See Also