add_text_box
Add a text box to a specific slide in Keynote presentations. Specify slide number, text content, position, and formatting options to insert custom text elements.
Instructions
Add a text box to a slide
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slide_number | Yes | Slide number | |
| text | Yes | Text content | |
| x | No | X coordinate in pixels (optional). Origin (0,0) is top-left. Suggested: 50-950px | |
| y | No | Y coordinate in pixels (optional). Origin (0,0) is top-left. Suggested: 50-650px | |
| font_size | No | Font size (optional) | |
| font_name | No | Font name (optional) | |
| color | No | Text color as 'r,g,b' with values 0-65535 (optional, e.g. '65535,65535,65535' for white) |