Uses of Interface
org.apache.poi.ss.usermodel.Picture
Packages that use Picture
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of Picture in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement PictureModifier and TypeClassDescriptionfinal classRepresents binary object (i.e.classRepresents a escher picture. -
Uses of Picture in org.apache.poi.ss.extractor
Methods in org.apache.poi.ss.extractor with parameters of type PictureModifier and TypeMethodDescriptionbooleanEmbeddedExtractor.canExtract(Picture source) protected EmbeddedDataEmbeddedExtractor.extractOne(Picture src) -
Uses of Picture in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return PictureModifier and TypeMethodDescriptionDrawing.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 PictureModifier and TypeMethodDescriptionstatic DimensionImageUtils.getDimensionFromAnchor(Picture picture) Calculates the dimensions in EMUs for the anchor of the given picturestatic DimensionImageUtils.setPreferredSize(Picture picture, double scaleX, double scaleY) Calculate and set the preferred size (anchor) for this picture. -
Uses of Picture in org.apache.poi.xssf.streaming
Classes in org.apache.poi.xssf.streaming that implement Picture -
Uses of Picture in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement PictureModifier and TypeClassDescriptionfinal classRepresents a picture shape in a SpreadsheetML drawing.