Class StringRecord

All Implemented Interfaces:
org.apache.poi.common.Duplicatable, GenericRecord

public final class StringRecord extends ContinuableRecord
STRING (0x0207)

Stores the cached result of a text formula

  • Field Details

  • Constructor Details

    • StringRecord

      public StringRecord()
    • StringRecord

      public StringRecord(StringRecord other)
    • StringRecord

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

    • 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
      Returns:
      he id for this record
    • getString

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

      public void setString(String string)
      Sets the string represented by this record.
      Parameters:
      string - The string-value for this record
    • copy

      public StringRecord copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
      Specified by:
      copy in class Record
    • getGenericRecordType

      public HSSFRecordTypes getGenericRecordType()
      Specified by:
      getGenericRecordType in interface GenericRecord
      Specified by:
      getGenericRecordType in class Record
    • getGenericProperties

      public Map<String,Supplier<?>> getGenericProperties()