set_run_underline
Set the underline style of a specific text run within a paragraph, choosing from single, double, dotted, or none.
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 |
|---|---|---|---|
| style | No | single | |
| para_id | Yes | ||
| run_idx | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |