|
||||||||||
| 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.record.StandardRecord
org.apache.poi.hssf.record.CellRecord
public abstract class CellRecord
Base class for all cell value records (implementors of CellValueRecordInterface).
Subclasses are expected to manage the cell data values (of various types).
| Method Summary | |
|---|---|
short |
getColumn()
|
int |
getRow()
|
short |
getXFIndex()
get the index to the ExtendedFormat |
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record. |
void |
setColumn(short col)
|
void |
setRow(int row)
|
void |
setXFIndex(short xf)
set the index to the ExtendedFormat |
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging) |
| Methods inherited from class org.apache.poi.hssf.record.StandardRecord |
|---|
getRecordSize, serialize |
| Methods inherited from class org.apache.poi.hssf.record.Record |
|---|
clone, cloneViaReserialise, getSid, serialize |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public final void setRow(int row)
setRow in interface CellValueRecordInterfacerow - the row this cell occurs withinpublic final void setColumn(short col)
setColumn in interface CellValueRecordInterfacecol - the column this cell definespublic final void setXFIndex(short xf)
setXFIndex in interface CellValueRecordInterfacexf - index to the XF recordExtendedFormatRecordpublic final int getRow()
getRow in interface CellValueRecordInterfacepublic final short getColumn()
getColumn in interface CellValueRecordInterfacepublic final short getXFIndex()
getXFIndex in interface CellValueRecordInterfaceExtendedFormatRecordpublic final java.lang.String toString()
Record
toString in class Recordpublic final void serialize(LittleEndianOutput out)
StandardRecordRecordBase.getRecordSize()}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||