Class SeriesIndexRecord

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

public final class SeriesIndexRecord extends StandardRecord
links a series to its position in the series list.
  • Field Details

  • Constructor Details

    • SeriesIndexRecord

      public SeriesIndexRecord()
    • SeriesIndexRecord

      public SeriesIndexRecord(SeriesIndexRecord other)
    • SeriesIndexRecord

      public SeriesIndexRecord(RecordInputStream in)
  • Method Details

    • serialize

      public void serialize(LittleEndianOutput out)
    • 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
    • copy

      public SeriesIndexRecord copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
      Specified by:
      copy in class StandardRecord
    • getIndex

      public short getIndex()
      Get the index field for the SeriesIndex record.
    • setIndex

      public void setIndex(short field_1_index)
      Set the index field for the SeriesIndex record.
    • getGenericRecordType

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

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