set_run_strikethrough
Set single or double strikethrough on a specific text run within a paragraph by providing the paragraph ID and run index.
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 |
|---|---|---|---|
| double | No | ||
| para_id | Yes | ||
| run_idx | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |