Uses of Class
org.apache.poi.hssf.record.PrintHeadersRecord

Packages that use PrintHeadersRecord
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
 

Uses of PrintHeadersRecord in org.apache.poi.hssf.model
 

Fields in org.apache.poi.hssf.model declared as PrintHeadersRecord
protected  PrintHeadersRecord InternalSheet.printHeaders
           
 

Methods in org.apache.poi.hssf.model that return PrintHeadersRecord
 PrintHeadersRecord InternalSheet.getPrintHeaders()
          Returns the PrintHeadersRecord.
 

Methods in org.apache.poi.hssf.model with parameters of type PrintHeadersRecord
 void InternalSheet.setPrintHeaders(PrintHeadersRecord newPrintHeaders)
          Sets the PrintHeadersRecord.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.