|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.AbstractEscherHolderRecord
org.apache.poi.hssf.record.DrawingSelectionRecord
public class DrawingSelectionRecord
Field Summary | |
---|---|
static short |
sid
|
Constructor Summary | |
---|---|
DrawingSelectionRecord()
|
|
DrawingSelectionRecord(RecordInputStream in)
|
Method Summary | |
---|---|
protected java.lang.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, clone, convertRawBytesToEscherRecords, decode, fillFields, findFirstWithId, getEscherContainer, getEscherRecord, getEscherRecords, getRawData, getRecordSize, join, processContinueRecord, serialize, setRawData, toString, validateSid |
Methods inherited from class org.apache.poi.hssf.record.Record |
---|
cloneViaReserialise, isInValueSection, isValue, serialize |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short sid
Constructor Detail |
---|
public DrawingSelectionRecord()
public DrawingSelectionRecord(RecordInputStream in)
Method Detail |
---|
protected java.lang.String getRecordName()
getRecordName
in class AbstractEscherHolderRecord
public short getSid()
Record
getSid
in class AbstractEscherHolderRecord
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |