Class SaveRecalcRecord

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

    public final class SaveRecalcRecord
    extends StandardRecord
    Defines whether to recalculate before saving (set to true)
    • Constructor Detail

      • SaveRecalcRecord

        public SaveRecalcRecord()
    • Method Detail

      • setRecalc

        public void setRecalc​(boolean recalc)
        set whether to recalculate formulas/etc before saving or not
        Parameters:
        recalc - - whether to recalculate or not
      • getRecalc

        public boolean getRecalc()
        get whether to recalculate formulas/etc before saving or not
        Returns:
        recalc - whether to recalculate or not
      • 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
      • getGenericProperties

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