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 see this is not a table property in MS Word but a separate action performed from the Layout tab.
Is it possible to achieve this using docx4j?
Thanks in advance.