Uses of Interface
org.apache.poi.ss.usermodel.HeaderFooter
-
Packages that use HeaderFooter Package Description org.apache.poi.hssf.extractor org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of HeaderFooter in org.apache.poi.hssf.extractor
Methods in org.apache.poi.hssf.extractor with parameters of type HeaderFooter Modifier and Type Method Description static String
ExcelExtractor. _extractHeaderFooter(HeaderFooter hf)
-
Uses of HeaderFooter in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement HeaderFooter Modifier and Type Class Description class
HeaderFooter
Common class forHSSFHeader
andHSSFFooter
.class
HSSFEvenFooter
Class to read and manipulate the footer of even page.class
HSSFEvenHeader
Class to read and manipulate the header of the even page.class
HSSFFirstFooter
Class to read and manipulate the footer of the first page.class
HSSFFirstHeader
Class to read and manipulate the header.class
HSSFFooter
Class to read and manipulate the footer.class
HSSFHeader
Class to read and manipulate the header. -
Uses of HeaderFooter in org.apache.poi.ss.usermodel
Subinterfaces of HeaderFooter in org.apache.poi.ss.usermodel Modifier and Type Interface Description interface
Footer
Common definition of a HSSF or XSSF page footer.interface
Header
Common definition of a HSSF or XSSF page header.
-