Uses of Interface
org.apache.poi.ss.usermodel.PictureData

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

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

Classes in org.apache.poi.hssf.usermodel that implement PictureData
 class HSSFPictureData
          Represents binary data stored in the file.
 

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

Classes in org.apache.poi.xssf.usermodel that implement PictureData
 class XSSFPictureData
          Raw picture data, normally attached to a SpreadsheetML Drawing.
 



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