set_text_case
Set text case transformation for a specified run in a paragraph: apply uppercase, small caps, or remove case formatting.
Instructions
Set text case transformation on a run.
Args: para_id: paraId of the target paragraph. run_idx: Zero-based index of the run. case: "upper" (all caps), "small" (small caps), or "none" (remove case transform).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| run_idx | Yes | ||
| case | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |