public final class OldLabelRecord extends OldCellRecord
LabelSSTRecord| Modifier and Type | Field | Description |
|---|---|---|
static short |
biff2_sid |
|
static short |
biff345_sid |
| Constructor | Description |
|---|---|
OldLabelRecord(RecordInputStream in) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
appendValueText(java.lang.StringBuilder sb) |
Append specific debug info (used by
OldCellRecord.toString() for the value
contained in this record. |
protected java.lang.String |
getRecordName() |
Gets the debug info BIFF record type name (used by
OldCellRecord.toString(). |
int |
getRecordSize() |
|
short |
getStringLength() |
get the number of characters this string contains
|
java.lang.String |
getValue() |
Get the String of the cell
|
int |
serialize(int offset,
byte[] data) |
Not supported
|
void |
setCodePage(CodepageRecord codepage) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCellAttrs, getColumn, getRow, getSid, getXFIndex, isBiff2, toStringpublic static final short biff2_sid
public static final short biff345_sid
public OldLabelRecord(RecordInputStream in)
in - the RecordInputstream to read the record frompublic void setCodePage(CodepageRecord codepage)
public short getStringLength()
public java.lang.String getValue()
public int serialize(int offset,
byte[] data)
public int getRecordSize()
protected void appendValueText(java.lang.StringBuilder sb)
OldCellRecordOldCellRecord.toString() for the value
contained in this record. Trailing new-line should not be appended
(superclass does that).appendValueText in class OldCellRecordprotected java.lang.String getRecordName()
OldCellRecordOldCellRecord.toString().getRecordName in class OldCellRecordCopyright 2018 The Apache Software Foundation or its licensors, as applicable.