Package | Description |
---|---|
org.apache.poi.ddf |
This package contains classes for decoding the Microsoft Office Drawing format otherwise
known as escher henceforth known in POI as the Dreadful Drawing Format.
|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.hwpf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
EscherBitmapBlip |
class |
EscherMetafileBlip |
Modifier and Type | Method and Description |
---|---|
EscherBlipRecord |
EscherBlipRecord.copy() |
EscherBlipRecord |
EscherBSERecord.getBlipRecord() |
Modifier and Type | Method and Description |
---|---|
void |
EscherBSERecord.setBlipRecord(EscherBlipRecord blipRecord) |
Constructor and Description |
---|
EscherBlipRecord(EscherBlipRecord other) |
Constructor and Description |
---|
HSSFPictureData(EscherBlipRecord blip)
Constructs a picture object.
|
Constructor and Description |
---|
Picture(EscherBlipRecord blipRecord)
Builds a Picture object for a Picture stored as
Escher.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.