set_character_spacing
Adjusts character spacing (tracking) for a specific run in a paragraph by specifying the paragraph ID, run index, and spacing in points (positive for expanded, negative for condensed).
Instructions
Set character spacing (tracking) for a specific run in a paragraph.
Args: para_id: paraId of the target paragraph. run_idx: Zero-based index of the run. spacing_pt: Spacing in points (positive = expanded, negative = condensed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| run_idx | Yes | ||
| spacing_pt | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |