set_run_underline
Apply an underline style (single, double, dotted, or none) to a specific text run within a paragraph by providing its paragraph ID and run index.
Instructions
Set underline style on a specific run in a paragraph.
Args: para_id: paraId of the target paragraph. run_idx: Zero-based index of the run. style: Underline style (e.g., "single", "double", "dotted", "none").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| run_idx | Yes | ||
| style | No | single |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |