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