| 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 |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
| org.apache.poi.hwpf.usermodel |
| Modifier and Type | Class and Description |
|---|---|
class |
EscherBitmapBlip |
class |
EscherMetafileBlip |
class |
EscherPictBlip |
| Modifier and Type | Method and Description |
|---|---|
EscherBlipRecord |
EscherBSERecord.getBlipRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
EscherBSERecord.setBlipRecord(EscherBlipRecord blipRecord) |
| 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 2018 The Apache Software Foundation or its licensors, as applicable.