move_page_item
Move any page item (text frame, image, shape) to specific X and Y coordinates on a designated page.
Instructions
Move a page item to a new position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageIndex | Yes | Index of the page containing the item | |
| itemIndex | Yes | Index of the page item to move | |
| x | Yes | New X coordinate | |
| y | Yes | New Y coordinate |