Page 1 of 1

how to check or edit line feed all pages

Posted: Wed Apr 08, 2015 7:09 pm
by RobertoVG
how I can do programmatically check to see if there is line feed in the last line of each page?

If there is no line break in the last line, how do I enter this new line programmatically ?

Thanks

Posted: Fri Apr 10, 2015 7:10 am
by Sergey Tkachenko
If you insert a paragraph break in places of page breaks, it may change pagination, because SpaceBefore and SpaceAfter of paragraphs will be applied.

Posted: Fri Apr 10, 2015 11:33 am
by RobertoVG
ok Thanks!