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:
Duplicatable
,GenericRecord
public final 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(DrawingRecord r)
DrawingRecordForBiffViewer(DrawingRecordForBiffViewer other)
DrawingRecordForBiffViewer(RecordInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrawingRecordForBiffViewer
copy()
Map<String,Supplier<?>>
getGenericProperties()
HSSFRecordTypes
getGenericRecordType()
protected String
getRecordName()
short
getSid()
return the non static version of the id for this record.-
Methods inherited from class org.apache.poi.hssf.record.AbstractEscherHolderRecord
addEscherRecord, addEscherRecord, clearEscherRecords, convertRawBytesToEscherRecords, decode, findFirstWithId, getEscherContainer, getEscherRecord, getEscherRecords, getGenericChildren, getRawData, getRecordSize, join, processContinueRecord, serialize, setRawData
-
Methods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize, toString
-
-
-
-
Field Detail
-
sid
public static final short sid
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DrawingRecordForBiffViewer
public DrawingRecordForBiffViewer()
-
DrawingRecordForBiffViewer
public DrawingRecordForBiffViewer(DrawingRecordForBiffViewer other)
-
DrawingRecordForBiffViewer
public DrawingRecordForBiffViewer(RecordInputStream in)
-
DrawingRecordForBiffViewer
public DrawingRecordForBiffViewer(DrawingRecord r)
-
-
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
- Returns:
- he id for this record
-
copy
public DrawingRecordForBiffViewer copy()
- Specified by:
copy
in interfaceDuplicatable
- Specified by:
copy
in classAbstractEscherHolderRecord
- Returns:
- a deep copy of the implementing class / instance
-
getGenericRecordType
public HSSFRecordTypes getGenericRecordType()
- Specified by:
getGenericRecordType
in interfaceGenericRecord
- Specified by:
getGenericRecordType
in classRecord
-
-