insert_paragraph
Insert a new paragraph after a specified paragraph in a Word document, optionally setting its text and style.
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 |
|---|---|---|---|
| after_para_id | Yes | ||
| text | Yes | ||
| style | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |