Back to Phpword

Page breaks

docs/usage/elements/pagebreak.md

1.4.0190 B
Original Source

Page breaks

There are two ways to insert a page break, using the addPageBreak method or using the pageBreakBefore style of paragraph.

php
<?php

$section->addPageBreak();