Package org.apache.poi.hssf.record
Class OldStringRecord
java.lang.Object
org.apache.poi.hssf.record.OldStringRecord
- All Implemented Interfaces:
GenericRecord
Biff2 - Biff 4 Label Record (0x0007 / 0x0207) - read only support for
formula string results.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshortgetSid()booleanisBiff2()voidsetCodePage(CodepageRecord codepage) toString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Field Details
-
biff2_sid
public static final short biff2_sid- See Also:
-
biff345_sid
public static final short biff345_sid- See Also:
-
-
Constructor Details
-
OldStringRecord
- Parameters:
in- the RecordInputstream to read the record from
-
-
Method Details
-
isBiff2
public boolean isBiff2() -
getSid
public short getSid() -
setCodePage
-
getString
- Returns:
- The string represented by this record.
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
toString
-