set_run_color
Set the font color of a specific run in a paragraph by providing the paragraph ID, run index, and hex color code.
Instructions
Set the font 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: Hex color without # (e.g., "FF0000").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| run_idx | Yes | ||
| color | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |