word_delete_table_paragraphs
Delete table-cell paragraphs in Word documents by specifying paraIds, removing targeted content while preserving the rest of the document.
Instructions
Delete paragraphs inside table cells by paraId
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_ids | Yes | w14:paraIds of the table-cell paragraphs to delete | |
| file_path | Yes | Absolute path to the .docx file | |
| track_changes | No | Record this edit as a tracked change (default: true) |