first of all. great work. i'm using docx4j for few weeks now and i am stoked.
now the reason i'm posting...
i'm trying to replace some variables in head and body of my docx.
since i want to use placeholders, i do it with
- Code: Select all
variableReplace()
to make sure this will work, i clean my docx with
- Code: Select all
VariablePrepare.prepare()
everythink works great for the main document part but not for the header.
to replace text ...