highlight_text
Find and highlight specific text in a Word document by specifying the text, file path, and color. Supports case-sensitive matching.
Instructions
Highlight all occurrences of text with a specified color.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .docx file | |
| search | Yes | Text to highlight | |
| color | No | Highlight color: yellow, green, cyan, magenta, blue, red, etc. | yellow |
| case_sensitive | No | Case-sensitive matching |