move_shape
Relocate a shape in a Visio diagram by specifying new top-left coordinates (x, y in inches) using its shape ID. Adjusts shape position on the page for precise layout control.
Instructions
Move a shape to a new position (top-left coordinates in inches).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | New X in inches from left edge. | |
| y | Yes | New Y in inches from top edge. | |
| shapeId | Yes | Shape ID, e.g. "Sheet.5". | |
| pageIndex | No | 0-based page index. |