set_cursor_position
Move the cursor to a specified list, paragraph, and position in an open HWP document to enable targeted edits or reads.
Instructions
Set cursor to a specific position.
Args: doc_id: Document ID from open_document list: List number para: Paragraph number pos: Position within paragraph
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | Yes | ||
| list | Yes | ||
| para | Yes | ||
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||