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 not yet implemented in 3.2.0, is there a reason why this is so?
I wouldn't mind implementing this myself, though as I'm a novice in this regard, some discussion is in order.
Thanks,
Roded