선택된 테이블의 너비, 높이를 설정합니다Set table size.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'resizeTable' table resizing API |
| width | Number테이블 | 너비Table width |
| height | Number테이블 | 높이Table height |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('resizeTable', 800, 400); |
...