add_paragraph
Insert formatted text paragraphs into Microsoft Word documents. Specify content, styles, fonts, and formatting options to customize document structure.
Instructions
Add a paragraph to a Word document with optional formatting.
Args: filename: Path to Word document text: Paragraph text content style: Optional paragraph style name font_name: Font family (e.g., 'Helvetica', 'Times New Roman') font_size: Font size in points (e.g., 14, 36) bold: Make text bold italic: Make text italic color: Text color as hex RGB (e.g., '000000')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| text | Yes | ||
| style | No | ||
| font_name | No | ||
| font_size | No | ||
| bold | No | ||
| italic | No | ||
| color | No |