Uses of Interface
org.apache.poi.ss.usermodel.PictureData
-
Packages that use PictureData Package Description io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of PictureData in io.keikai.range.impl.imexp
Fields in io.keikai.range.impl.imexp with type parameters of type PictureData Modifier and Type Field Description protected Map<PictureData,Integer>
AbstractExcelImporter. importedPictureData
-
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 List<? extends PictureData>
Workbook. getAllPictures()
Gets all pictures from the Workbook.
-