I followed the instructions in this topic - it works great, but i have
another problem. 

I tried to add a picture to header paragraph but it doesnt work (red cross)
- it works fine if i add it to the body paragraph:

XWPFRun runHeaderImage = paragraphHeader.createRun();
                        runHeaderImage.addPicture(fis, 
XWPFDocument.PICTURE_TYPE_JPEG, "1.jpg",
imageWidth,imageHeight);

Has anybody tried to add an image to the header?

please help,

best regards, 

renji




--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Create-Header-XWPF-tp5711976p5712140.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]

Reply via email to