public final class LabelRecord extends Record implements CellValueRecordInterface
REFERENCE: PG 325 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
LabelSSTRecord| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
LabelRecord()
Creates new LabelRecord
|
LabelRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
short |
getColumn() |
int |
getRecordSize()
gives the current serialized size of the record.
|
int |
getRow() |
short |
getSid()
return the non static version of the id for this record.
|
short |
getStringLength()
get the number of characters this string contains
|
String |
getValue()
get the value
|
short |
getXFIndex() |
boolean |
isUnCompressedUnicode()
is this uncompressed unicode (16bit)? Or just 8-bit compressed?
|
int |
serialize(int offset,
byte[] data)
THROWS A RUNTIME EXCEPTION..
|
void |
setColumn(short col)
NO-OP!
|
void |
setRow(int row)
NO-OP!
|
void |
setXFIndex(short xf)
no op!
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
cloneViaReserialise, serializepublic static final short sid
public LabelRecord()
public LabelRecord(RecordInputStream in)
in - the RecordInputstream to read the record frompublic int getRow()
getRow in interface CellValueRecordInterfacepublic short getColumn()
getColumn in interface CellValueRecordInterfacepublic short getXFIndex()
getXFIndex in interface CellValueRecordInterfacepublic short getStringLength()
public boolean isUnCompressedUnicode()
public String getValue()
getStringLength()public int serialize(int offset,
byte[] data)
serialize in class RecordBaseoffset - to begin writing atdata - byte array containing instance datapublic int getRecordSize()
RecordBasegetRecordSize in class RecordBasepublic short getSid()
Recordpublic String toString()
Recordpublic void setColumn(short col)
setColumn in interface CellValueRecordInterfacecol - the column this cell definespublic void setRow(int row)
setRow in interface CellValueRecordInterfacerow - the row this cell occurs withinpublic void setXFIndex(short xf)
setXFIndex in interface CellValueRecordInterfaceCopyright © 2020. All rights reserved.