Add Text Box
add_textboxAdd a text box to a specific slide in an open PowerPoint presentation, setting its text, position, and size. Returns the new shape's name and index.
Instructions
Add a text box to a slide.
Args: presentation: Presentation name or path (None = active presentation). slide_index: 1-based slide index (required). text: Text content. left, top, width, height: Position and size in points.
Returns: JSON with the new shape's name and 1-based index on the slide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| left | No | ||
| text | No | ||
| width | No | ||
| height | No | ||
| slide_index | No | ||
| presentation | No |