Package org.apache.poi.hssf.record
Class DrawingRecordForBiffViewer
java.lang.Object
org.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.AbstractEscherHolderRecord
org.apache.poi.hssf.record.DrawingRecordForBiffViewer
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
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 org.apache.poi.hssf.record.AbstractEscherHolderRecord
addEscherRecord, addEscherRecord, clearEscherRecords, decode, findFirstWithId, getEscherContainer, getEscherRecord, getEscherRecords, getGenericChildren, getRawData, getRecordSize, join, processContinueRecord, serialize, setRawDataMethods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize, toString
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
DrawingRecordForBiffViewer
public DrawingRecordForBiffViewer() -
DrawingRecordForBiffViewer
-
DrawingRecordForBiffViewer
-
DrawingRecordForBiffViewer
-
-
Method Details
-
getSid
public short getSid()Description copied from class:Recordreturn the non static version of the id for this record.- Specified by:
getSidin classAbstractEscherHolderRecord- Returns:
- he id for this record
-
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classAbstractEscherHolderRecord
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classRecord
-
getGenericProperties
-