Class NumberFormatIndexRecord

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

public final class NumberFormatIndexRecord extends StandardRecord
The number format index record indexes format table. This applies to an axis.
  • Field Details

  • Constructor Details

    • NumberFormatIndexRecord

      public NumberFormatIndexRecord()
    • NumberFormatIndexRecord

      public NumberFormatIndexRecord(NumberFormatIndexRecord other)
    • NumberFormatIndexRecord

      public NumberFormatIndexRecord(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 NumberFormatIndexRecord copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
      Specified by:
      copy in class StandardRecord
    • getFormatIndex

      public short getFormatIndex()
      Get the format index field for the NumberFormatIndex record.
    • setFormatIndex

      public void setFormatIndex(short field_1_formatIndex)
      Set the format index field for the NumberFormatIndex record.
    • getGenericRecordType

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

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