On Sat, 20 Dec 2014, lucifer wrote:
I am trying to create a document with header with image and paragraph as
footer.
String blipId = document.addPictureData(new FileInputStream(new
This is not the right way to add a picture. You need to add it to a Run,
in the place where you want it to show up
You can see some examples in this unit test:
https://svn.apache.org/repos/asf/poi/trunk/src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFRun.java
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]