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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEscherRecordFactory
Generates escher records when provided the byte array containing those records.
|
Modifier and Type | Method and Description |
---|---|
protected int |
EscherRecord.fillFields(byte[] data,
EscherRecordFactory f)
Delegates to fillFields(byte[], int, EscherRecordFactory)
|
int |
EscherChildAnchorRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
abstract int |
EscherRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
The contract of this method is to deserialize an escher record including
it's children.
|
int |
EscherBlipRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherPictBlip.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherSpRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherOptRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherTextboxRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherBSERecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherBlipWMFRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
UnknownEscherRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherBitmapBlip.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherClientAnchorRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherDgRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherDggRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherMetafileBlip.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherSpgrRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherClientDataRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
int |
EscherContainerRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory) |
int |
EscherSplitMenuColorsRecord.fillFields(byte[] data,
int offset,
EscherRecordFactory recordFactory)
This method deserializes the record from a byte array.
|
Copyright © 2016 Open Microscopy Environment