Uses of Class
org.apache.poi.hssf.record.PrintHeadersRecord
-
Packages that use PrintHeadersRecord Package Description 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 Modifier and Type Field Description protected PrintHeadersRecord
InternalSheet. printHeaders
Methods in org.apache.poi.hssf.model that return PrintHeadersRecord Modifier and Type Method Description PrintHeadersRecord
InternalSheet. getPrintHeaders()
Returns the PrintHeadersRecord.Methods in org.apache.poi.hssf.model with parameters of type PrintHeadersRecord Modifier and Type Method Description void
InternalSheet. setPrintHeaders(PrintHeadersRecord newPrintHeaders)
Sets the PrintHeadersRecord.
-