set_run_highlight
Set the highlight color of a specific text run within a Word document paragraph by providing paragraph ID, run index, and color name.
Instructions
Set highlight color of a specific run in a paragraph.
Args: para_id: paraId of the target paragraph. run_idx: Zero-based index of the run. color: Word highlight color name (e.g., "yellow", "green", "cyan", "none").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| run_idx | Yes | ||
| color | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |