insert_text_box
Insert an inline text box with custom text and dimensions after a paragraph identified by its ID.
Instructions
Insert an inline text box after the paragraph with para_id.
Args: para_id: paraId of the reference paragraph (insert after this). text: Text content for the text box. width_cm: Width in centimetres (default 5.0). height_cm: Height in centimetres (default 2.0).
Returns: JSON with para_id (new paragraph), text, width_cm, height_cm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| text | Yes | ||
| width_cm | No | ||
| height_cm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |