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