keynote_set_text
Update text content of any text element in a Keynote slide, maintaining existing font formatting.
Instructions
Replace the text content of a text element on a slide. Preserves existing font styling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_index | No | Document index (0-based). Defaults to 0 (frontmost). | |
| slide_index | Yes | Slide index (0-based). | |
| element_type | Yes | Element collection to target. | |
| element_index | Yes | Element index within its collection (0-based). | |
| text | Yes | New text content. |