move_to_field
Move the cursor to a specific named field in a HWP document, enabling text retrieval, selection, or editing at that location.
Instructions
Move cursor to a named field.
Args: doc_id: Document ID from open_document name: Field name get_text: Whether to get text start: Move to start of field select: Select the field content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| start | No | ||
| doc_id | Yes | ||
| select | No | ||
| get_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||