add_paragraph
Add a paragraph to a document with options for style, bold, italic, underline, font size, font name, color, and alignment.
Instructions
Add a paragraph to the current document.
Args: text: Paragraph text content style: Optional Word style name (e.g., "Normal", "Quote") bold: Make text bold italic: Make text italic underline: Underline text font_size: Font size in points font_name: Font name (e.g., "Arial", "Times New Roman") color: Text color as hex (e.g., "#FF0000") or name (e.g., "red") alignment: Text alignment ("left", "center", "right", "justify")
Returns: Success message or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bold | No | ||
| text | Yes | ||
| color | No | ||
| style | No | ||
| italic | No | ||
| alignment | No | ||
| font_name | No | ||
| font_size | No | ||
| underline | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |