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 classHSSFFooterClass to read and manipulate the footer. -
Uses of Footer in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return Footer Modifier and Type Method Description FooterSheet. getFooter()Gets the user model for the default document footer.
-