keynote_set_element_size
Resize a text, image, or shape element on a Keynote slide by setting its width and height in points.
Instructions
Resize an element on the slide. Dimensions are in points.
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). | |
| width | Yes | Width in points. | |
| height | Yes | Height in points. |