public final class OldLabelRecord extends OldCellRecord
LabelSSTRecord
Modifier and Type | Field and Description |
---|---|
static short |
biff2_sid |
static short |
biff345_sid |
Constructor and Description |
---|
OldLabelRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
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) |
getCellAttrs, getColumn, getRow, getSid, getXFIndex, isBiff2, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren
public 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)
offset
- not supporteddata
- not supportedpublic int getRecordSize()
public HSSFRecordTypes getGenericRecordType()
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
getGenericProperties
in class OldCellRecord
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.