Uses of Interface
org.apache.poi.ss.usermodel.Footer
-
Packages that use Footer Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of Footer in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement Footer Modifier and Type Class Description class
HSSFEvenFooter
Class to read and manipulate the footer of even page.class
HSSFFirstFooter
Class to read and manipulate the footer of the first page.class
HSSFFooter
Class to read and manipulate the footer.Methods in org.apache.poi.hssf.usermodel that return Footer Modifier and Type Method Description Footer
HSSFSheet. getEvenFooter()
Footer
HSSFSheet. getFirstFooter()
-
Uses of Footer in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return Footer Modifier and Type Method Description Footer
Sheet. getFooter()
Gets the user model for the default document footer.
-