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 usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.extensions -
-
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 java.lang.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
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. -
Uses of HeaderFooter in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement HeaderFooter Modifier and Type Class Description class
XSSFEvenFooter
Even page footer value.class
XSSFEvenHeader
Even page header value.class
XSSFFirstFooter
First page footer content.class
XSSFFirstHeader
First page header content.class
XSSFOddFooter
Odd page footer value.class
XSSFOddHeader
Odd page header value. -
Uses of HeaderFooter in org.apache.poi.xssf.usermodel.extensions
Classes in org.apache.poi.xssf.usermodel.extensions that implement HeaderFooter Modifier and Type Class Description class
XSSFHeaderFooter
Parent class of all XSSF headers and footers.
-