Hi Jason,
We are using docx4j to replace some tags in a docx file with tables. When the number of rows don't fit into one page, we are having the table Header column repeating at the top of each page.
However we have a requirement to Split the table into two separate tables whenever the table goes into a new page and put some text at the top. Something like Table ABC (continued). I can ...