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