|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Picture | |
---|---|
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.ss.extractor | |
org.apache.poi.ss.usermodel | |
org.apache.poi.ss.util | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Uses of Picture in org.apache.poi.hssf.usermodel |
---|
Classes in org.apache.poi.hssf.usermodel that implement Picture | |
---|---|
class |
HSSFObjectData
Represents binary object (i.e. |
class |
HSSFPicture
Represents a escher picture. |
Uses of Picture in org.apache.poi.ss.extractor |
---|
Methods in org.apache.poi.ss.extractor with parameters of type Picture | |
---|---|
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 | |
---|---|
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 | |
---|---|
static java.awt.Dimension |
ImageUtils.getDimensionFromAnchor(Picture picture)
Calculates the dimensions in EMUs for the anchor of the given picture |
static java.awt.Dimension |
ImageUtils.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 | |
---|---|
class |
SXSSFPicture
Streaming version of Picture. |
Uses of Picture in org.apache.poi.xssf.usermodel |
---|
Classes in org.apache.poi.xssf.usermodel that implement Picture | |
---|---|
class |
XSSFPicture
Represents a picture shape in a SpreadsheetML drawing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |