Forum


Replies: 3   Views: 338
Template with fixed height table rows
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 appstation  · 30-06-2023 - 14:06

Hi,

I'm working with a test document template that has a table with 3 columns and 4 rows in. The 2nd row has a row height specified to be "Exactly" 1cm. In word this works properly where any extra text that does not fit in the cell is hidden.

 

When doing the same with phpdocx though, the row height keeps growing to fit all content ignoring the "exact" height that was set on that row. Is there a way to actually fix the height of rows in phpdocx so I can match the behaviour to word?

 

I'm using v14 premium if this helps. Thanks