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
-
public class DrawingRecordForBiffViewer extends AbstractEscherHolderRecord
This is purely for the biff viewer. During normal operations we don't want to be seeing this.
-
-
Field Summary
Fields Modifier and Type Field Description static short
sid
-
Constructor Summary
Constructors Constructor Description DrawingRecordForBiffViewer()
DrawingRecordForBiffViewer(RecordInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getRecordName()
short
getSid()
return the non static version of the id for this record.-
Methods inherited from class loci.poi.hssf.record.AbstractEscherHolderRecord
addEscherRecord, addEscherRecord, clearEscherRecords, clone, decode, fillFields, getEscherRecord, getEscherRecords, getRawData, getRecordSize, join, processContinueRecord, serialize, setRawData, toString, validateSid
-
Methods inherited from class loci.poi.hssf.record.Record
isInValueSection, isValue, serialize
-
-
-
-
Field Detail
-
sid
public static final short sid
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DrawingRecordForBiffViewer
public DrawingRecordForBiffViewer()
-
DrawingRecordForBiffViewer
public DrawingRecordForBiffViewer(RecordInputStream in)
-
-
Method Detail
-
getRecordName
protected String getRecordName()
- Specified by:
getRecordName
in classAbstractEscherHolderRecord
-
getSid
public short getSid()
Description copied from class:Record
return the non static version of the id for this record.- Specified by:
getSid
in classAbstractEscherHolderRecord
-
-