I can't work out how to position the text in a header or footer - left, centre, right.
I can do it by using the XML Word generates and adding it with...
- Code: Select all
Ftr footerPart = (Ftr) XmlUtils.unmarshalString(footerXML);
But this makes dynamic content difficult to manage. Am I missing someting?