create_text_frame
Creates a text frame on the active page with specified size, position, and text content. Supports custom fonts, colors, and alignment.
Instructions
Create a text frame on the active page
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 | |
| fontName | No | Font name (use format: FontName\tStyle) | Arial\tRegular |
| fontSize | No | Font size in points | |
| alignment | No | LEFT | |
| textColor | No | Text color (RGB hex or name) | Black |
| characterStyle | No | Character style name to apply during creation | |
| paragraphStyle | No | Paragraph style name to apply during creation |