Format Shape Text
format_shape_textFormat selected shape text in PowerPoint by applying bold, italic, underline, font name, size, or hex color. Specify only the properties to change; others remain untouched.
Instructions
Format the text of a shape (font style, name, size, color).
Only arguments that are explicitly set are changed.
Args: presentation: Presentation name or path (None = active presentation). slide_index: 1-based slide index (required). shape: Shape name, or its 1-based index on the slide (required). bold, italic, underline: Font style toggles. font_name: e.g. "Calibri". font_size: Point size. font_color: Hex RGB, e.g. "FF0000" (with or without leading '#').
Returns: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bold | No | ||
| shape | No | ||
| italic | No | ||
| font_name | No | ||
| font_size | No | ||
| underline | No | ||
| font_color | No | ||
| slide_index | No | ||
| presentation | No |