Uses of Interface
org.apache.poi.ss.usermodel.Picture
-
Packages that use Picture 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.extractor org.apache.poi.ss.usermodel org.apache.poi.ss.util -
-
Uses of Picture in io.keikai.range.impl.imexp
Method parameters in io.keikai.range.impl.imexp with type arguments of type Picture Modifier and Type Method Description protected void
AbstractExcelImporter. importPicture(List<Picture> poiPictures, Sheet poiSheet, SSheet sheet)
-
Uses of Picture in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement Picture Modifier and Type Class Description class
HSSFObjectData
Represents binary object (i.e.class
HSSFPicture
Represents an escher picture. -
Uses of Picture in org.apache.poi.ss.extractor
Methods in org.apache.poi.ss.extractor with parameters of type Picture Modifier and Type Method Description boolean
EmbeddedExtractor. canExtract(Picture source)
protected EmbeddedData
EmbeddedExtractor. extract(Picture source)
EmbeddedData
EmbeddedExtractor. extractOne(Picture src)
-
Uses of Picture in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return Picture Modifier and Type Method Description Picture
Drawing. createPicture(ClientAnchor anchor, int pictureIndex)
Creates a picture. -
Uses of Picture in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util with parameters of type Picture Modifier and Type Method Description static Dimension
ImageUtils. getDimensionFromAnchor(Picture picture)
Calculates the dimensions in EMUs for the anchor of the given picturestatic Dimension
ImageUtils. setPreferredSize(Picture picture, double scaleX, double scaleY)
Calculate and set the preferred size (anchor) for this picture.
-