I need to repeat the table header when it spans more then one page, or even detect the page break so I can add the header myself, I'm using Docx4j library.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You need to add to the relevant table row (w:tr):
For how to do this, please see http://www.docx4java.org/forums/docx-java-f6/insert-a-tableheader-t237.html For more on the element (from ISO/IEC 29500-1 1st Edition), you can see http://msdn.microsoft.com/en-us/library/documentformat.openxml.wordprocessing.tableheader.aspx |
|||||||
|