apply_slide_template
Apply a structured layout template to an existing slide to reorganize content and styling using predefined templates, color schemes, and custom content mappings.
Instructions
Apply a structured layout template to an existing slide. This modifies slide layout and content structure using predefined templates.
Args: slide_index: Index of the slide to apply template to template_id: ID of the template to apply (e.g., 'title_slide', 'text_with_image') color_scheme: Color scheme to use ('modern_blue', 'corporate_gray', 'elegant_green', 'warm_red') content_mapping: Dictionary mapping element roles to custom content image_paths: Dictionary mapping image element roles to file paths presentation_id: Presentation ID (uses current if None)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_paths | No | ||
| slide_index | Yes | ||
| template_id | Yes | ||
| color_scheme | No | modern_blue | |
| content_mapping | No | ||
| presentation_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |