move_element
Reposition slide elements by specifying new X and Y coordinates to adjust text, images, shapes, or tables within Apple Keynote presentations.
Instructions
Move an element to new coordinates on a slide
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slide_number | Yes | Slide number | |
| element_type | Yes | Element type: text, image, shape, or table | |
| element_index | Yes | Element index (1-based) | |
| x | Yes | New X coordinate in pixels | |
| y | Yes | New Y coordinate in pixels | |
| doc_name | No | Document name (optional, defaults to front document) |