this is my code
                XWPFHeaderFooterPolicy policy= document.getHeaderFooterPolicy();
            XWPFHeader header = policy.getHeader(0);
            for (XWPFPictureData picture : header.getAllPictures()){
                System.out.println(picture.getFileName());
                
            }


how can I replace this picture by another image ? 



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/replace-header-image-with-another-image-tp5727864.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org

Reply via email to