set_run_strikethrough
Apply single or double strikethrough formatting to a specific text run within a paragraph. Specify the paragraph ID, run index, and choose between single or double strikethrough.
Instructions
Set strikethrough on a specific run in a paragraph.
Args: para_id: paraId of the target paragraph. run_idx: Zero-based index of the run. double: False for single strikethrough, True for double strikethrough.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| run_idx | Yes | ||
| double | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |