Uses of Class
org.apache.poi.xssf.usermodel.XSSFPicture

Packages that use XSSFPicture
org.apache.poi.xssf.usermodel   
 

Uses of XSSFPicture in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return XSSFPicture
 XSSFPicture XSSFShapeGroup.createPicture(XSSFClientAnchor anchor, int pictureIndex)
          Creates a picture.
 XSSFPicture XSSFDrawing.createPicture(XSSFClientAnchor anchor, int pictureIndex)
          Creates a picture.