I was wondering if somebody found a way to add a pagebreak in front of a paragraph in case the paragraph would be split on 2 pages. Because I don't want this, I want all paragraphs I create to not be broken.
1 Answers
1
votes
You might want to try the Paragraph.KeepTogether
property. According to the documentation, it keeps all lines of a paragraph on the same page.