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

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

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

Methods in org.apache.poi.xssf.usermodel that return XSSFPictureData
 XSSFPictureData XSSFPicture.getPictureData()
          Return picture data for this shape
 

Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFPictureData
 java.util.List<XSSFPictureData> XSSFWorkbook.getAllPictures()
          Gets all pictures from the Workbook.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.