create_master_rectangle
Creates a rectangle on a specified master spread with precise positioning and dimensions. Define size, color, and corner radius for layout consistency.
Instructions
Create a rectangle on a master spread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| masterName | Yes | Master spread name | |
| 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 (RGB hex or swatch name) | |
| strokeColor | No | Stroke color | |
| strokeWidth | No | Stroke width in points | |
| cornerRadius | No | Corner radius in mm |