Class IterationRecord

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

public final class IterationRecord extends StandardRecord
Tells whether to iterate over formula calculations or not. If a formula is dependent upon another formula's result. (odd feature for something that can only have 32 elements in a formula!)
  • Field Details

  • Constructor Details

    • IterationRecord

      public IterationRecord(IterationRecord other)
    • IterationRecord

      public IterationRecord(boolean iterateOn)
    • IterationRecord

      public IterationRecord(RecordInputStream in)
  • Method Details

    • setIteration

      public void setIteration(boolean iterate)
      set whether or not to iterate for calculations
      Parameters:
      iterate - or not
    • getIteration

      public boolean getIteration()
      get whether or not to iterate for calculations
      Returns:
      whether iterative calculations are turned off or on
    • 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 IterationRecord copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
      Specified by:
      copy in class StandardRecord
    • getGenericRecordType

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

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