Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
org.apache.poi.ddf
public class: EscherClientDataRecord [javadoc | source]
java.lang.Object
   org.apache.poi.ddf.EscherRecord
      org.apache.poi.ddf.EscherClientDataRecord
The EscherClientDataRecord is used to store client specific data about the position of a shape within a container.
Field Summary
public static final  short RECORD_ID     
public static final  String RECORD_DESCRIPTION     
Method from org.apache.poi.ddf.EscherClientDataRecord Summary:
fillFields,   getRecordId,   getRecordName,   getRecordSize,   getRemainingData,   serialize,   setRemainingData,   toString
Methods from org.apache.poi.ddf.EscherRecord:
clone,   display,   fillFields,   fillFields,   getChild,   getChildRecords,   getInstance,   getOptions,   getRecordId,   getRecordName,   getRecordSize,   isContainerRecord,   readHeader,   serialize,   serialize,   serialize,   setChildRecords,   setOptions,   setRecordId
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.ddf.EscherClientDataRecord Detail:
 public int fillFields(byte[] data,
    int offset,
    EscherRecordFactory recordFactory) 
    This method deserializes the record from a byte array.
 public short getRecordId() 
    Returns the identifier of this record.
 public String getRecordName() 
    The short name for this record
 public int getRecordSize() 
    Returns the number of bytes that are required to serialize this record.
 public byte[] getRemainingData() 
    Any data recording this record.
 public int serialize(int offset,
    byte[] data,
    EscherSerializationListener listener) 
    This method serializes this escher record into a byte array.
 public  void setRemainingData(byte[] remainingData) 
    Any data recording this record.
 public String toString() 
    Returns the string representation of this record.