keynote_add_text_box
Add a new text box to a Keynote slide at a specified position and size, enabling precise text placement.
Instructions
Add a new text box to a slide at a specified position and size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_index | No | Document index (0-based). Defaults to 0 (frontmost). | |
| slide_index | Yes | Slide index (0-based). | |
| text | No | Initial text content. | |
| x | No | X position in points. | |
| y | No | Y position in points. | |
| width | No | Width in points. | |
| height | No | Height in points. |