set_character_position
Set vertical position of characters in a specific run: raise or lower text by points offset, using paragraph ID and run index.
Instructions
Set vertical character position (raised/lowered) for a specific run.
Args: para_id: paraId of the target paragraph. run_idx: Zero-based index of the run. position_pt: Offset in points (positive = raised, negative = lowered).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| run_idx | Yes | ||
| position_pt | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |