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.
    • Constructor Detail

      • SeriesIndexRecord

        public SeriesIndexRecord()
    • 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
      • 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.
      • getGenericProperties

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