set_paragraph_border
Set borders on specified sides of a paragraph in a Word document. Define color and width for top, bottom, left, right, or between borders.
Instructions
Set borders on one or more sides of a paragraph.
Args: para_id: paraId of the target paragraph. sides: List of sides: "top", "bottom", "left", "right", "between". color: Border color as 6-digit hex (default "000000"). size: Border width in eighths of a point (default 4 = 0.5pt).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| sides | Yes | ||
| color | No | 000000 | |
| size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |