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

    • 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
        Returns:
        he id for this 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.
        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
      • getGenericProperties

        public java.util.Map<java.lang.String,​java.util.function.Supplier<?>> getGenericProperties()