add_text_box
Add a text box to PowerPoint slides with specified content and positioning to customize presentations across Windows, macOS, and Linux platforms.
Instructions
Add a text box to a slide and set its text content.
Args:
presentation_id: ID of the presentation
slide_id: ID of the slide (numeric string)
text: Text content
left: Left edge position of the text box (points)
top: Top edge position of the text box (points)
width: Width of the text box (points)
height: Height of the text box (points)
Returns:
Operation status and ID of the new shape
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presentation_id | Yes | ||
| slide_id | Yes | ||
| text | Yes | ||
| left | No | ||
| top | No | ||
| width | No | ||
| height | No |