Package loci.poi.hssf.record
Class DrawingGroupRecord
java.lang.Object
loci.poi.hssf.record.Record
loci.poi.hssf.record.AbstractEscherHolderRecord
loci.poi.hssf.record.DrawingGroupRecord
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class loci.poi.hssf.record.AbstractEscherHolderRecord
addEscherRecord, addEscherRecord, clearEscherRecords, clone, decode, fillFields, getEscherRecord, getEscherRecords, getRawData, join, processContinueRecord, setRawData, toString, validateSidMethods inherited from class loci.poi.hssf.record.Record
isInValueSection, isValue, serialize
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
DrawingGroupRecord
public DrawingGroupRecord() -
DrawingGroupRecord
-
-
Method Details
-
getRecordName
- Specified by:
getRecordNamein classAbstractEscherHolderRecord
-
getSid
public short getSid()Description copied from class:Recordreturn the non static version of the id for this record.- Specified by:
getSidin classAbstractEscherHolderRecord
-
serialize
public int serialize(int offset, byte[] data) Description copied from class:Recordcalled by the class that is responsible for writing this sucker. Subclasses should implement this so that their data is passed back in a byte array.- Overrides:
serializein classAbstractEscherHolderRecord- Parameters:
offset- to begin writing atdata- byte array containing instance data- Returns:
- number of bytes written
-
getRecordSize
public int getRecordSize()Size of record (including 4 byte headers for all sections)- Overrides:
getRecordSizein classAbstractEscherHolderRecord
-
getRawDataSize
public int getRawDataSize()
-