select_text
Select a specific text range in a HWP document by providing start and end coordinates (list, paragraph, position) to target exact content for editing or reading.
Instructions
Select a text range by start/end coordinates.
Args: doc_id: Document ID from open_document start_list: Start list number start_para: Start paragraph number start_pos: Start position end_list: End list number end_para: End paragraph number end_pos: End position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| end_pos | Yes | ||
| end_list | Yes | ||
| end_para | Yes | ||
| start_pos | Yes | ||
| start_list | Yes | ||
| start_para | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||