Hi,
I'm converting HTML which contains 3rd-party-generated (Jasper actually) tables to docx.
To implement vertical spacing, the 3rd-party library uses either table rows whose cells have a height defined (while the row itself has not defined height) as well as rows with a height defined explicitly.
I would like the XHTML processing to support both height defined Trs as well as Trs whose height is derived by their Tcs' height.
I noticed XHTMLImporterImpl's setupTrPr() is ...