Skip to main content

OpenParagraphFormattingDialogCommand.execute Method

#Declaration

TypeScript
execute(): boolean

#Returns

Type Description
boolean

true if the command has been successfully executed; false if the command execution has failed.

#Remarks

Usage example:

richEdit.commands.openParagraphFormattingDialog.execute();
See Also