insert_caption
Insert a caption after a specified paragraph in a Word document, with customizable label (Figure/Table) and description text.
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 |
|---|---|---|---|
| text | Yes | ||
| label | No | Figure | |
| after_para_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |