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.org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
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. -
Uses of PrintHeadersRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return PrintHeadersRecord Modifier and Type Method Description PrintHeadersRecord
PrintHeadersRecord. copy()
Constructors in org.apache.poi.hssf.record with parameters of type PrintHeadersRecord Constructor Description PrintHeadersRecord(PrintHeadersRecord other)
-