Documentation of 'org.apache.poi.hssf.record.StringRecord' Java class
StringRecord
org.apache.poi.hssf.record

Class StringRecord



  • public final class StringRecord
    extends ContinuableRecord
    STRING (0x0207)

    Stores the cached result of a text formula

    • Constructor Detail

      • StringRecord

        public StringRecord()
      • StringRecord

        public StringRecord(RecordInputStream in)
        Parameters:
        in - the RecordInputstream to read the record from
    • Method Detail

      • getSid

        public short getSid()
        Description copied from class: Record
        return the non static version of the id for this record.
        Specified by:
        getSid in class Record
      • getString

        public java.lang.String getString()
        Returns:
        The string represented by this record.
      • setString

        public void setString(java.lang.String string)
        Sets the string represented by this record.
      • toString

        public java.lang.String toString()
        Description copied from class: Record
        get a string representation of the record (for biffview/debugging)
        Overrides:
        toString in class Record
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class Record

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.