public abstract class CellRecord extends StandardRecord implements CellValueRecordInterface
CellValueRecordInterface).
Subclasses are expected to manage the cell data values (of various types).| Modifier and Type | Method and Description |
|---|---|
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
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializeclone, cloneViaReserialise, getSid, serializepublic 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 String toString()
Recordpublic final 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).
out - the output objectCopyright © 2010 - 2020 Adobe. All Rights Reserved