Package loci.poi.hssf.record
Class DrawingRecordForBiffViewer
java.lang.Object
loci.poi.hssf.record.Record
loci.poi.hssf.record.AbstractEscherHolderRecord
loci.poi.hssf.record.DrawingRecordForBiffViewer
This is purely for the biff viewer. During normal operations we don't want
to be seeing this.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class loci.poi.hssf.record.AbstractEscherHolderRecord
addEscherRecord, addEscherRecord, clearEscherRecords, clone, decode, fillFields, getEscherRecord, getEscherRecords, getRawData, getRecordSize, join, processContinueRecord, serialize, 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
-
DrawingRecordForBiffViewer
public DrawingRecordForBiffViewer() -
DrawingRecordForBiffViewer
-
-
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
-