---
title: "Add Page Break"
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/addpagebreak
markdown: https://docs.nodetool.ai/nodes/lib/docx/addpagebreak.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/docx/addpagebreak.md
---

# Add Page Break

**Type:** `lib.docx.AddPageBreak`

**Namespace:** `lib.docx`

## Description

Adds a page break to the document
    document, docx, format, layout

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| document | `document` | The document to add the page break to | `{"type":"document","uri":"","asset_id":null,"da...` |

## Outputs

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

## Related Nodes

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