insert_paragraph
Insert a new paragraph after a specified paragraph in a Word document. Provide the paragraph ID and text content, optionally set a style like Heading1 or Normal.
Instructions
Insert a new paragraph after the paragraph with the given paraId.
Args: after_para_id: paraId of the paragraph to insert after. text: Text content for the new paragraph. style: Optional paragraph style name (e.g., "Heading1", "Normal").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| style | No | ||
| after_para_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |