Uses of Interface
org.apache.poi.ss.usermodel.PictureData
-
Packages that use PictureData Package Description 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 org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement PictureData Modifier and Type Class Description classHSSFPictureDataRepresents 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 PictureDataObjectData. getPictureData()PictureDataPicture. 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.
-