set_placeholder_text
Fill PowerPoint layout placeholders with text or structured paragraphs by name, type, or index. Handles atomic saves with backup and live editing for locked files.
Instructions
Fill a layout placeholder (styling inherits from the layout). placeholder: "title", "subtitle", "body"/"content" (each matches both body and obj placeholders; exact type wins when both exist), a raw ph type, or an idx int (idx/paragraphs= file-mode only). text: newline = paragraph, leading tabs = levels; or paragraphs=[{"text": str, "level": 0..8}]. Free text boxes: graphics pack. Saves atomically with two-slot backup; backup=False skips rotation. live='auto' edits the open PowerPoint copy of a locked file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| live | No | auto | |
| text | No | ||
| slide | Yes | ||
| backup | No | ||
| file_path | Yes | ||
| paragraphs | No | ||
| placeholder | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||