set_run_size
Set font size for a specific text run in a Word document paragraph by specifying paragraph ID, run index, and desired size in points.
Instructions
Set the font size of a specific run in a paragraph.
Args: para_id: paraId of the target paragraph. run_idx: Zero-based index of the run. size_pt: Font size in points (e.g., 12.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| run_idx | Yes | ||
| size_pt | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |