set_table_borders
Set table borders with per-side control. Choose style, size, and color for each border to customize document tables.
Instructions
Set borders for a table with per-side control.
Args: table_index: Index of the table to modify top: Top border style bottom: Bottom border style left: Left border style right: Right border style inside_h: Inside horizontal border style inside_v: Inside vertical border style size: Border thickness (default 4) color: Border color as hex without # (default "000000")
Border styles: 'single', 'double', 'dotted', 'dashed', 'none'
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| left | No | ||
| size | No | ||
| color | No | 000000 | |
| right | No | ||
| bottom | No | ||
| inside_h | No | ||
| inside_v | No | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |