| Status | ||||
|---|---|---|---|---|
|
선택된 행들의 높이를 같게 설정합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('rowHeightEqual'); |
...
| Status | ||||
|---|---|---|---|---|
|
선택된 행들의 높이를 같게 설정합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('rowHeightEqual'); |
...