Hi,
I am trying to implement getEffectivePPr(P p) in org.docx4j.model.PropertyResolver including Table Style Properties, which are left TODO in the existing code. To do so I try to find the table cell, table row, and table in the ancestors of my paragraph. Yet the parent of the table cell is a JAXBElement and doesn't implement the CHILD interface, so it is not possible to get to the table row.
A possible solution seems to be ...