add_word_paragraph
Add formatted paragraphs to Word documents with control over bold, italic, font size, and alignment.
Instructions
Add a paragraph to a Word document with optional formatting.
Args: path: Path to the .docx file text: Paragraph text bold: Bold text italic: Italic text font_size: Font size in points (0 = default) alignment: left, center, right, justify
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bold | No | ||
| path | Yes | ||
| text | Yes | ||
| italic | No | ||
| alignment | No | ||
| font_size | No |