Package | Description |
---|---|
org.zkoss.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.zkoss.poi.hwpf.usermodel |
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 | Method and Description |
---|---|
EscherBlipRecord |
EscherBSERecord.getBlipRecord() |
Modifier and Type | Method and Description |
---|---|
void |
EscherBSERecord.setBlipRecord(EscherBlipRecord blipRecord) |
Constructor and Description |
---|
Picture(EscherBlipRecord blipRecord)
Builds a Picture object for a Picture stored as
Escher.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.