public final class BlankRecord extends StandardRecord implements CellValueRecordInterface
Description: Represents a column in a row with no value but with styling.
REFERENCE: PG 287 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
BlankRecord()
Creates a new instance of BlankRecord
|
BlankRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
short |
getColumn()
get the column this cell defines within the row
|
protected int |
getDataSize() |
int |
getRow()
get the row this cell occurs on
|
short |
getSid()
return the non static version of the id for this record.
|
short |
getXFIndex()
get the index of the extended format record to style this cell with
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setColumn(short col)
set the column this cell defines within the row
|
void |
setRow(int row)
set the row this cell occurs on
|
void |
setXFIndex(short xf)
set the index of the extended format record to style this cell with
|
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public BlankRecord()
public BlankRecord(RecordInputStream in)
public void setRow(int row)
setRow in interface CellValueRecordInterfacerow - the row this cell occurs withinpublic int getRow()
getRow in interface CellValueRecordInterfacepublic short getColumn()
getColumn in interface CellValueRecordInterfacepublic void setXFIndex(short xf)
setXFIndex in interface CellValueRecordInterfacexf - - the 0-based index of the extended formatExtendedFormatRecordpublic short getXFIndex()
getXFIndex in interface CellValueRecordInterfacepublic void setColumn(short col)
setColumn in interface CellValueRecordInterfacecol - the column this cell definespublic short getSid()
public java.lang.String toString()
Recordpublic void serialize(LittleEndianOutput out)
StandardRecordRecordBase.getRecordSize()} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize in class StandardRecordprotected int getDataSize()
getDataSize in class StandardRecordCopyright 2014 The Apache Software Foundation or its licensors, as applicable.