public final class DrawingRecord extends StandardRecord implements java.lang.Cloneable
| Modifier and Type | Field and Description | 
|---|---|
| static short | sid | 
| Constructor and Description | 
|---|
| DrawingRecord() | 
| DrawingRecord(RecordInputStream in) | 
| Modifier and Type | Method and Description | 
|---|---|
| DrawingRecord | clone()Cloning of drawing records must be executed through HSSFPatriarch, because all id's must be changed | 
| protected int | getDataSize() | 
| byte[] | getRecordData() | 
| short | getSid()return the non static version of the id for this record. | 
| void | serialize(LittleEndianOutput out)Write the data content of this BIFF record. | 
| void | setData(byte[] thedata) | 
| java.lang.String | toString()get a string representation of the record (for biffview/debugging) | 
getRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public DrawingRecord()
public DrawingRecord(RecordInputStream in)
public void serialize(LittleEndianOutput out)
StandardRecord
 The number of bytes written must equal the record size reported by
  RecordBase.getRecordSize()} minus four
  ( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
  by their superclass).
serialize in class StandardRecordout - the output objectprotected int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
Recordpublic byte[] getRecordData()
public void setData(byte[] thedata)
public DrawingRecord clone()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.