Uses of Interface
org.apache.poi.ss.usermodel.PictureData
-
Packages that use PictureData Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of PictureData in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement PictureData Modifier and Type Class Description class
HSSFPictureData
Represents binary data stored in the file. -
Uses of PictureData in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return PictureData Modifier and Type Method Description PictureData
ObjectData. getPictureData()
PictureData
Picture. getPictureData()
Return picture data for this pictureMethods in org.apache.poi.ss.usermodel that return types with arguments of type PictureData Modifier and Type Method Description java.util.List<? extends PictureData>
Workbook. getAllPictures()
Gets all pictures from the Workbook. -
Uses of PictureData in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return types with arguments of type PictureData Modifier and Type Method Description java.util.List<? extends PictureData>
SXSSFWorkbook. getAllPictures()
Gets all pictures from the Workbook. -
Uses of PictureData in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement PictureData Modifier and Type Class Description class
XSSFPictureData
Raw picture data, normally attached to a SpreadsheetML Drawing.
-