Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures 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 |
Modifier and Type | Class and Description |
---|---|
class |
HSSFObjectData
Represents binary object (i.e.
|
class |
HSSFPicture
Represents a escher picture.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EmbeddedExtractor.canExtract(Picture source) |
protected EmbeddedData |
EmbeddedExtractor.extract(Picture source) |
EmbeddedData |
EmbeddedExtractor.extractOne(Picture src) |
Modifier and Type | Method and Description |
---|---|
Picture |
Drawing.createPicture(ClientAnchor anchor,
int pictureIndex)
Creates a picture.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SXSSFPicture
Streaming version of Picture.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFPicture
Represents a picture shape in a SpreadsheetML drawing.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.