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