Package | Description |
---|---|
loci.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.
|
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Class and Description |
---|---|
class |
EscherBitmapBlip |
class |
EscherBlipWMFRecord
The blip record is used to hold details about large binary objects that occur in escher such
as JPEG, GIF, PICT and WMF files.
|
class |
EscherMetafileBlip |
class |
EscherPictBlip |
Modifier and Type | Field and Description |
---|---|
private EscherBlipRecord |
EscherBSERecord.field_12_blipRecord |
Modifier and Type | Method and Description |
---|---|
EscherBlipRecord |
EscherBSERecord.getBlipRecord() |
Modifier and Type | Method and Description |
---|---|
void |
EscherBSERecord.setBlipRecord(EscherBlipRecord field_12_blipRecord) |
Modifier and Type | Field and Description |
---|---|
private EscherBlipRecord |
HSSFPictureData.blip
Underlying escher blip record containing the bitmap data.
|
Constructor and Description |
---|
HSSFPictureData(EscherBlipRecord blip)
Constructs a picture object.
|
Copyright © 2016 Open Microscopy Environment