add_presentation_text
Add a text box to a PowerPoint slide, setting position, size, font, bold, and alignment. Insert text by specifying slide index and content.
Instructions
Add a text box to a PowerPoint slide.
Args: path: Path to the .pptx file slide_index: Slide index (0-based) text: Text content left: Left position in inches top: Top position in inches width: Width in inches height: Height in inches font_size: Font size in points bold: Bold text alignment: left, center, right
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| bold | No | ||
| left | No | ||
| path | Yes | ||
| text | Yes | ||
| width | No | ||
| height | No | ||
| alignment | No | left | |
| font_size | No | ||
| slide_index | Yes |