create_ellipse
Create an ellipse on an InDesign page by specifying position, dimensions, fill, and stroke colors. Optionally target a specific page index.
Instructions
Create an ellipse on the specified page (defaults to active page in InDesign UI)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X position in mm | |
| y | Yes | Y position in mm | |
| width | Yes | Width in mm | |
| height | Yes | Height in mm | |
| pageIndex | No | Page index (0-based). Omit to use the active page in InDesign. | |
| fillColor | No | Fill color (RGB hex or swatch name) | |
| strokeColor | No | Stroke color | |
| strokeWidth | No | Stroke width in points |