public final class StringRecord extends ContinuableRecord
Stores the cached result of a text formula
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
StringRecord() |
StringRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
short |
getSid()
return the non static version of the id for this record.
|
String |
getString() |
void |
setString(String string)
Sets the string represented by this record.
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public StringRecord()
public StringRecord(RecordInputStream in)
in - the RecordInputstream to read the record frompublic short getSid()
Recordpublic String getString()
public void setString(String string)
public String toString()
RecordCopyright © 2010 - 2020 Adobe. All Rights Reserved