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 | Description |
---|---|---|
class |
EscherBitmapBlip |
|
class |
EscherMetafileBlip |
|
class |
EscherPictBlip |
Modifier and Type | Method | Description |
---|---|---|
EscherBlipRecord |
EscherBSERecord.getBlipRecord() |
Modifier and Type | Method | Description |
---|---|---|
void |
EscherBSERecord.setBlipRecord(EscherBlipRecord blipRecord) |
Constructor | Description |
---|---|
HSSFPictureData(EscherBlipRecord blip) |
Constructs a picture object.
|
Constructor | 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.