Hi Adam,
In NOV Text Editor you can insert a page breaks before and after every block (not just paragraph) just like in HTML. The
PageBreakBefore and
PageBreakAfter properties instruct the control layout to insert a page break before or after the block - for example:
NParagraph paragraph = new NParagraph("Page break appears after the paragraph");
paragraph.
PageBreakAfter = true;
Another property of interest is the Avoid
PageBreaksInside property, which tells the layout to position the block so that its always on one page (if possible). Hope this helps - let us know if you meet any problems or have any questions.
Best Regards,
Nevron Support Team