set_text_style_range
Apply bold, italic, underline, or strikethrough to a specific character range within a text node.
Instructions
Apply text styling (bold, italic, underline, strikethrough) to a specific range of text in a text node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End index of the range (exclusive) | |
| bold | No | Apply bold styling | |
| start | Yes | Start index of the range (inclusive) | |
| italic | No | Apply italic styling | |
| nodeId | Yes | The ID of the text node | |
| underline | No | Apply underline styling | |
| strikethrough | No | Apply strikethrough styling |