create_ellipse
Add an ellipse to an Adobe InDesign document by specifying its position, dimensions, fill, stroke, and page. Enables programmatic shape creation for automated layouts.
Instructions
Create an ellipse shape
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 | |
| fillColor | No | Fill color | |
| pageIndex | No | Page index | |
| strokeColor | No | Stroke color | |
| strokeWidth | No | Stroke width in points |