Class PrintHeadersRecord

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

    public final class PrintHeadersRecord
    extends StandardRecord
    Whether or not to print the row/column headers when you enjoy your spreadsheet in the physical form.
    • Constructor Detail

      • PrintHeadersRecord

        public PrintHeadersRecord()
    • Method Detail

      • setPrintHeaders

        public void setPrintHeaders​(boolean p)
        set to print the headers - y/n
        Parameters:
        p - printheaders or not
      • getPrintHeaders

        public boolean getPrintHeaders()
        get whether to print the headers - y/n
        Returns:
        printheaders 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()