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