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 classHSSFObjectDataRepresents binary object (i.e.Methods in org.apache.poi.hssf.usermodel that return HSSFPicture Modifier and Type Method Description HSSFPictureHSSFPatriarch. createPicture(HSSFClientAnchor anchor, int pictureIndex)Creates a picture.HSSFPictureHSSFPatriarch. createPicture(ClientAnchor anchor, int pictureIndex)HSSFPictureHSSFShapeGroup. createPicture(HSSFChildAnchor anchor, int pictureIndex)Creates a picture.
-