Uses of Interface
loci.poi.ddf.EscherSerializationListener
Packages that use EscherSerializationListener
Package
Description
This package contains classes for decoding the Microsoft Office
Drawing format otherwise known as escher henceforth known in POI
as the Dreadful Drawing Format.
-
Uses of EscherSerializationListener in loci.poi.ddf
Classes in loci.poi.ddf that implement EscherSerializationListenerModifier and TypeClassDescriptionclassIgnores all serialization events.Methods in loci.poi.ddf with parameters of type EscherSerializationListenerModifier and TypeMethodDescriptionintEscherBitmapBlip.serialize(int offset, byte[] data, EscherSerializationListener listener) Serializes the record to an existing byte array.intEscherBlipRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) Serializes the record to an existing byte array.intEscherBlipWMFRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) This method serializes this escher record into a byte array.intEscherBSERecord.serialize(int offset, byte[] data, EscherSerializationListener listener) This method serializes this escher record into a byte array.intEscherChildAnchorRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) This method serializes this escher record into a byte array.intEscherClientAnchorRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) This method serializes this escher record into a byte array.intEscherClientDataRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) This method serializes this escher record into a byte array.intEscherContainerRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) intEscherDggRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) This method serializes this escher record into a byte array.intEscherDgRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) This method serializes this escher record into a byte array.intEscherMetafileBlip.serialize(int offset, byte[] data, EscherSerializationListener listener) Serializes the record to an existing byte array.intEscherOptRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) This method serializes this escher record into a byte array.intEscherPictBlip.serialize(int offset, byte[] data, EscherSerializationListener listener) Serializes the record to an existing byte array.abstract intEscherRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) Serializes the record to an existing byte array.intEscherSpgrRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) This method serializes this escher record into a byte array.intEscherSplitMenuColorsRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) This method serializes this escher record into a byte array.intEscherSpRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) This method serializes this escher record into a byte array.intEscherTextboxRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) Writes this record and any contained records to the supplied byte array.intUnknownEscherRecord.serialize(int offset, byte[] data, EscherSerializationListener listener) Writes this record and any contained records to the supplied byte array.