Uses of Class
org.apache.poi.xwpf.usermodel.XWPFPicture

Packages that use XWPFPicture
org.apache.poi.xwpf.usermodel   
 

Uses of XWPFPicture in org.apache.poi.xwpf.usermodel
 

Methods in org.apache.poi.xwpf.usermodel that return XWPFPicture
 XWPFPicture XWPFRun.addPicture(java.io.InputStream pictureData, int pictureType, java.lang.String filename, int width, int height)
          Adds a picture to the run.