Sets the vertical alignment of the text in the table cell.
<void> TableCellFormat.setVerticalAlignment(<VerticalAlignment> verticalAlignment, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
vertical |
Vertical alignment of the text. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |