create_text_frame
Adds a text frame to the active page with customizable content, position, size, font, and alignment.
Instructions
Create a text frame on the active page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Text content for the frame | |
| x | No | X position in mm | |
| y | No | Y position in mm | |
| width | No | Width in mm | |
| height | No | Height in mm | |
| fontSize | No | Font size in points | |
| fontName | No | Font name (use format: FontName\tStyle) | Arial\tRegular |
| textColor | No | Text color (RGB hex or name) | Black |
| alignment | No | LEFT | |
| paragraphStyle | No | Paragraph style name to apply during creation | |
| characterStyle | No | Character style name to apply during creation |