add_text_to_slide
Add a text box to a specific slide in Google Slides. Specify the presentation, slide index, text content, and optional position and size.
Instructions
Add a text box to a slide. slide_index: 0-based. Coordinates in points (pt).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presentation_id | Yes | ||
| slide_index | Yes | ||
| text | Yes | ||
| x | No | ||
| y | No | ||
| width | No | ||
| height | No |