Forum


Replies: 1   Views: 2917
Create a block of text containing a header+text+table that doesn't split over pages?
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 04-11-2016 - 07:55

Hello,

We don't recommend adding a WordFragment into other WordFragment. Please use a single WordFragment to add the content and try using keepLines and keepNext options to keep contents in the same page.

You can enable the same keepNext option in the rows of the table:

http://word.mvps.org/faqs/tblsfldsfms/keeptableon1page.htm

Regards.