move_page_item
Move a page item to a new position by specifying its page, index, and new X,Y coordinates. Relocate design elements within an Adobe InDesign document programmatically.
Instructions
Move a page item to a new position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | New X coordinate | |
| y | Yes | New Y coordinate | |
| itemIndex | Yes | Index of the page item to move | |
| pageIndex | Yes | Index of the page containing the item |