Forum


Replies: 4   Views: 4942
Table cell content not display is pagebreak necesary - if use ms word 2010...
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  · 18-02-2016 - 14:57

Hello,

The problem is that you're setting cantSplit as true so the document.xml file is adding this line:

<w:cantSplit w:val="true"/>

If you set it as false it works perfectly. The split property may vary on each version of MS Word.

Regards.