---
title: "Add Paragraph"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/docx/addparagraph
markdown: https://docs.nodetool.ai/nodes/lib/docx/addparagraph.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/docx/addparagraph.md
---

# Add Paragraph

**Type:** `lib.docx.AddParagraph`

**Namespace:** `lib.docx`

## Description

Adds a paragraph of text to the document
    document, docx, text, format

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| document | `document` | The document to add the paragraph to | `{"type":"document","uri":"","asset_id":null,"da...` |
| text | `str` | The paragraph text | `` |
| alignment | `enum` | Text alignment | `LEFT` |
| bold | `bool` | Make text bold | `false` |
| italic | `bool` | Make text italic | `false` |
| font_size | `int` | Font size in points | `12` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `document` |  |

## Related Nodes

Browse other nodes in the [lib.docx](./) namespace.
