Class CFHeaderBase

    • Method Detail

      • getNumberOfConditionalFormats

        public int getNumberOfConditionalFormats()
      • setNumberOfConditionalFormats

        public void setNumberOfConditionalFormats​(int n)
      • getNeedRecalculation

        public boolean getNeedRecalculation()
      • setNeedRecalculation

        public void setNeedRecalculation​(boolean b)
      • getID

        public int getID()
      • setID

        public void setID​(int id)
      • setEnclosingCellRange

        public void setEnclosingCellRange​(CellRangeAddress cr)
      • setCellRanges

        public void setCellRanges​(CellRangeAddress[] cellRanges)
        Set cell ranges list to a single cell range and modify the enclosing cell range accordingly.
        Parameters:
        cellRanges - - list of CellRange objects
      • copy

        public abstract CFHeaderBase copy()
        Specified by:
        copy in interface org.apache.poi.common.Duplicatable
        Specified by:
        copy in class StandardRecord
      • getGenericProperties

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