replace_block_between_manual_anchors
Replace content in Word documents by specifying start and end anchor texts, updating sections with new paragraphs while maintaining desired formatting and structure.
Instructions
Replace all content between start_anchor_text and end_anchor_text (or next logical header if not provided).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_anchor_text | No | ||
filename | Yes | ||
new_paragraph_style | No | ||
new_paragraphs | Yes | ||
start_anchor_text | Yes |