Uses of Class
org.apache.poi.hssf.usermodel.HSSFPicture

Packages that use HSSFPicture
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
 

Uses of HSSFPicture in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return HSSFPicture
 HSSFPicture HSSFPatriarch.createPicture(ClientAnchor anchor, int pictureIndex)
           
 HSSFPicture HSSFShapeGroup.createPicture(HSSFChildAnchor anchor, int pictureIndex)
          Creates a picture.
 HSSFPicture HSSFPatriarch.createPicture(HSSFClientAnchor anchor, int pictureIndex)
          Creates a picture.
 

Uses of HSSFPicture in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return HSSFPicture
 HSSFPicture Drawing.createPicture(ClientAnchor anchor, int pictureIndex)