set_table_border_adv
Applies a chosen border style, width, and color to the whole table in a Korean HWP document. Optionally restrict changes to the table's outer borders.
Instructions
Set border style for an entire table.
Args: doc_id: Document ID from open_document table_index: Index of the table border_width: Border width in pt border_color: Border color in hex border_style: Style ("solid", "dashed", "dotted", "double", "none") outer_only: Only set outer borders
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| outer_only | No | ||
| table_index | Yes | ||
| border_color | No | #000000 | |
| border_style | No | ||
| border_width | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||