Hello everyone, I need help to create a header in docx file. I tried many exaples, which i found, but unfortunately no success. What i need is; two header ; one on the Rightside of the Head and one on the Leftside of the Head.
look like; ------------------------------ |header1 header2| | | | | | | I tried recently; XWPFHeaderFooterPolicy policy = new XWPFHeaderFooterPolicy(Inputdocx); XWPFHeader header = policy.getDefaultHeader(); .... but here is no success! I donot found any more Examples to undestand, how it work to create headers in .docx. Please help! I am thankful for any Idea. Thanks in advance. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Create-Header-XWPF-tp5711976.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
