ToggleParagraphAlignmentJustifyCommand.execute Method
Executes the ToggleParagraphAlignmentJustifyCommand command.
Declaration
execute(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Usage example:
richEdit.commands.toggleParagraphAlignmentJustify.execute();
See Also