org.apache.poi.hssf.record
Class SubRecord

java.lang.Object
  extended by org.apache.poi.hssf.record.RecordBase
      extended by org.apache.poi.hssf.record.Record
          extended by org.apache.poi.hssf.record.SubRecord
Direct Known Subclasses:
CommonObjectDataSubRecord, EmbeddedObjectRefSubRecord, EndSubRecord, GroupMarkerSubRecord, NoteStructureSubRecord

public abstract class SubRecord
extends Record

Subrecords are part of the OBJ class.


Constructor Summary
protected SubRecord()
           
 
Method Summary
static Record createSubRecord(RecordInputStream in)
           
 
Methods inherited from class org.apache.poi.hssf.record.Record
clone, cloneViaReserialise, getRecordSize, getSid, serialize, toString
 
Methods inherited from class org.apache.poi.hssf.record.RecordBase
serialize
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubRecord

protected SubRecord()
Method Detail

createSubRecord

public static Record createSubRecord(RecordInputStream in)


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