create_master_text_frame
Creates a text frame on a master spread with configurable position, size, content, font, alignment, color, and primary text frame option.
Instructions
Create a text frame on a master spread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position in mm | |
| y | No | Y position in mm | |
| width | No | Width in mm | |
| height | No | Height in mm | |
| content | Yes | Text content for the frame | |
| fontSize | No | Font size in points | |
| alignment | No | LEFT_ALIGN | |
| textColor | No | Text color (RGB hex or name) | Black |
| fontFamily | No | Font family name | Helvetica Neue |
| masterName | Yes | Master spread name | |
| isPrimaryTextFrame | No | Set as primary text frame |