word_edit_table_paragraphs
Replace the text of specific paragraphs within table cells by supplying paragraph IDs and new text, with optional tracked changes.
Instructions
Replace the text of a specific paragraph inside a table cell by paraId
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edits | Yes | List of paragraph edits to apply in one pass | |
| file_path | Yes | Absolute path to the .docx file | |
| track_changes | No | Record this edit as a tracked change (default: true) |