Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
org.apache.poi.ddf
public class: EscherDgRecord [javadoc | source]
java.lang.Object
   org.apache.poi.ddf.EscherRecord
      org.apache.poi.ddf.EscherDgRecord
This record simply holds the number of shapes in the drawing group and the last shape id used for this drawing group.
Field Summary
public static final  short RECORD_ID     
public static final  String RECORD_DESCRIPTION     
Method from org.apache.poi.ddf.EscherDgRecord Summary:
fillFields,   getDrawingGroupId,   getLastMSOSPID,   getNumShapes,   getRecordId,   getRecordName,   getRecordSize,   incrementShapeCount,   serialize,   setLastMSOSPID,   setNumShapes,   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.EscherDgRecord Detail:
 public int fillFields(byte[] data,
    int offset,
    EscherRecordFactory recordFactory) 
    This method deserializes the record from a byte array.
 public short getDrawingGroupId() 
    Gets the drawing group id for this record. This is encoded in the instance part of the option record.
 public int getLastMSOSPID() 
    The last shape id used in this drawing group.
 public int getNumShapes() 
    The number of shapes in this drawing group.
 public short getRecordId() 
 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  void incrementShapeCount() 
 public int serialize(int offset,
    byte[] data,
    EscherSerializationListener listener) 
    This method serializes this escher record into a byte array.
 public  void setLastMSOSPID(int field_2_lastMSOSPID) 
    The last shape id used in this drawing group.
 public  void setNumShapes(int field_1_numShapes) 
    The number of shapes in this drawing group.
 public String toString() 
    Returns the string representation of this record.