Uses of Class
org.apache.poi.hssf.usermodel.HSSFPicture
-
Packages that use HSSFPicture Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of HSSFPicture in org.apache.poi.hssf.usermodel
Subclasses of HSSFPicture in org.apache.poi.hssf.usermodel Modifier and Type Class Description class
HSSFObjectData
Represents binary object (i.e.Methods in org.apache.poi.hssf.usermodel that return HSSFPicture Modifier and Type Method Description HSSFPicture
HSSFPatriarch. createPicture(HSSFClientAnchor anchor, int pictureIndex)
Creates a picture.HSSFPicture
HSSFPatriarch. createPicture(ClientAnchor anchor, int pictureIndex)
HSSFPicture
HSSFShapeGroup. createPicture(HSSFChildAnchor anchor, int pictureIndex)
Creates a picture.
-