Uses of Class
loci.poi.hssf.record.FooterRecord
-
Packages that use FooterRecord Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.loci.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model -
-
Uses of FooterRecord in loci.poi.hssf.model
Fields in loci.poi.hssf.model declared as FooterRecord Modifier and Type Field Description protected FooterRecord
Sheet. footer
Methods in loci.poi.hssf.model that return FooterRecord Modifier and Type Method Description FooterRecord
Sheet. getFooter()
Returns the FooterRecord.Methods in loci.poi.hssf.model with parameters of type FooterRecord Modifier and Type Method Description void
Sheet. setFooter(FooterRecord newFooter)
Sets the FooterRecord. -
Uses of FooterRecord in loci.poi.hssf.usermodel
Constructors in loci.poi.hssf.usermodel with parameters of type FooterRecord Constructor Description HSSFFooter(FooterRecord footerRecord)
Constructor.
-