delete_text
Mark specific text as deleted in Word documents using track-changes markup. Wraps exact text within paragraphs with red strikethrough formatting to show deletions while maintaining document revision history.
Instructions
Mark text as deleted with Word track-changes markup (appears as red strikethrough in Word).
Finds the exact text within the paragraph and wraps it in deletion markup. The text must exist within a single run (formatting span).
Args: para_id: paraId of the target paragraph. text: Exact text to mark as deleted. author: Author name for the revision.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| text | Yes | ||
| author | No | Claude |