Uses of Interface
org.apache.poi.ddf.EscherSerializationListener

Packages that use EscherSerializationListener
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. 
 

Uses of EscherSerializationListener in org.apache.poi.ddf
 

Classes in org.apache.poi.ddf that implement EscherSerializationListener
 class NullEscherSerializationListener
          Ignores all serialization events.
 

Methods in org.apache.poi.ddf with parameters of type EscherSerializationListener
 int UnknownEscherRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          Writes this record and any contained records to the supplied byte array.
 int EscherTextboxRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          Writes this record and any contained records to the supplied byte array.
 int EscherSpRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          This method serializes this escher record into a byte array.
 int EscherSplitMenuColorsRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          This method serializes this escher record into a byte array.
 int EscherSpgrRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          This method serializes this escher record into a byte array.
abstract  int EscherRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          Serializes the record to an existing byte array.
 int EscherPictBlip.serialize(int offset, byte[] data, EscherSerializationListener listener)
          Serializes the record to an existing byte array.
 int EscherOptRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          This method serializes this escher record into a byte array.
 int EscherMetafileBlip.serialize(int offset, byte[] data, EscherSerializationListener listener)
          Serializes the record to an existing byte array.
 int EscherDgRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          This method serializes this escher record into a byte array.
 int EscherDggRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          This method serializes this escher record into a byte array.
 int EscherContainerRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
           
 int EscherClientDataRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          This method serializes this escher record into a byte array.
 int EscherClientAnchorRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          This method serializes this escher record into a byte array.
 int EscherChildAnchorRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          This method serializes this escher record into a byte array.
 int EscherBSERecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          This method serializes this escher record into a byte array.
 int EscherBlipWMFRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          This method serializes this escher record into a byte array.
 int EscherBlipRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)
          Serializes the record to an existing byte array.
 int EscherBitmapBlip.serialize(int offset, byte[] data, EscherSerializationListener listener)
          Serializes the record to an existing byte array.
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.