insert_caption
Insert a caption paragraph after a specified paragraph in a Word document, with customizable label (e.g., Figure or Table).
Instructions
Insert a caption paragraph after the specified paragraph.
Args: after_para_id: paraId of the paragraph to insert after. text: Caption description text (without label/number prefix). label: Caption label, e.g. "Figure" or "Table" (default "Figure").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after_para_id | Yes | ||
| text | Yes | ||
| label | No | Figure |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |