Set vertical alignment for the selected cells.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'cellVerticalAlign' cell vertical alignment setting API |
value | String | 'top', 'middle', 'bottom' |
Example:
editor.execCommand('celVerticalAlign', 'top'); // vertical top align editor.execCommand('celVerticalAlign', 'middle'); // vertical middle align editor.execCommand('celVerticalAlign', 'bottom'); // vertical bottom align