|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.eventusermodel.dummyrecord.LastCellOfRowDummyRecord
public final class LastCellOfRowDummyRecord
A dummy record to indicate that we've now had the last cell record for this row.
| Constructor Summary | |
|---|---|
LastCellOfRowDummyRecord(int row,
int lastColumnNumber)
|
|
| Method Summary | |
|---|---|
int |
getLastColumnNumber()
Returns the (0 based) number of the last column seen for this row. |
int |
getRecordSize()
gives the current serialized size of the record. |
int |
getRow()
Returns the (0 based) number of the row we are currently working on. |
short |
getSid()
return the non static version of the id for this record. |
int |
serialize(int offset,
byte[] data)
called by the class that is responsible for writing this sucker. |
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging) |
| Methods inherited from class org.apache.poi.hssf.record.Record |
|---|
clone, cloneViaReserialise, serialize |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LastCellOfRowDummyRecord(int row,
int lastColumnNumber)
| Method Detail |
|---|
public int getRow()
public int getLastColumnNumber()
public java.lang.String toString()
Record
toString in class Recordpublic final short getSid()
Record
getSid in class Record
public int serialize(int offset,
byte[] data)
RecordBase
serialize in class RecordBaseoffset - to begin writing atdata - byte array containing instance data
public final int getRecordSize()
RecordBase
getRecordSize in class RecordBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||