optimize_slide_text
Improve slide text readability by auto-resizing fonts, wrapping overflow text, and adjusting spacing to fit container boundaries.
Instructions
Optimize text elements on a slide for better readability and fit.
Args: slide_index: Index of the slide to optimize auto_resize: Whether to automatically resize fonts to fit containers auto_wrap: Whether to apply intelligent text wrapping optimize_spacing: Whether to optimize line spacing min_font_size: Minimum allowed font size max_font_size: Maximum allowed font size presentation_id: Presentation ID (uses current if None)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_wrap | No | ||
| auto_resize | No | ||
| slide_index | Yes | ||
| max_font_size | No | ||
| min_font_size | No | ||
| presentation_id | No | ||
| optimize_spacing | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |