Is it possible to create new header for every different sections using docx4j?
I've seen that MS Word provides functionality to create different headers by creating different sections using section breaks. But I want to implement this functionality using docx4j.
For example: If I've to create a docx files that may contains list of products, some terms and conditions, and some other sections. And I want title for each section to be displayed at top with paging (Like Product Summary: Page 1 of 2, Terms & Conditions: Page 3 of 3).
Also I'm using MainDocumentPart.addAltChunk() method to write html content in the document for creating Document.
Thanks in Advance.
--
Regards,
Sanshey Sachdeva