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 PrintHeadersRecordInternalSheet. printHeadersMethods in org.apache.poi.hssf.model that return PrintHeadersRecord Modifier and Type Method Description PrintHeadersRecordInternalSheet. getPrintHeaders()Returns the PrintHeadersRecord.Methods in org.apache.poi.hssf.model with parameters of type PrintHeadersRecord Modifier and Type Method Description voidInternalSheet. setPrintHeaders(PrintHeadersRecord newPrintHeaders)Sets the PrintHeadersRecord.
-