hwp_set_cell_property
Set table cell properties including margins, vertical alignment, text direction, and protection in HWP documents.
Instructions
표 셀의 여백, 수직 정렬, 텍스트 방향, 보호 등 속성을 설정합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | Yes | 셀 탭 인덱스 | |
| protected | No | 셀 보호 | |
| margin_top | No | 셀 위쪽 여백 (mm) | |
| vert_align | No | 수직 정렬 | |
| margin_left | No | 셀 왼쪽 여백 (mm) | |
| table_index | Yes | 표 인덱스 | |
| margin_right | No | 셀 오른쪽 여백 (mm) | |
| margin_bottom | No | 셀 아래쪽 여백 (mm) | |
| text_direction | No | 텍스트 방향 (0=가로, 1=세로) |