update_paragraph
Update an existing paragraph by replacing its text and applying a new style. Specify the paragraph ID; optionally set new text or style.
Instructions
Update the text and/or style of an existing paragraph.
Args: para_id: paraId of the paragraph to update. text: New text content. Empty string leaves text unchanged. style: New paragraph style name. Empty string leaves style unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| text | No | ||
| style | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |