Uses of Interface
org.apache.poi.ss.usermodel.Footer

Packages that use Footer
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
 

Uses of Footer in org.apache.poi.hssf.usermodel
 

Classes in org.apache.poi.hssf.usermodel that implement Footer
 class HSSFFooter
          Class to read and manipulate the footer.
 

Methods in org.apache.poi.hssf.usermodel that return Footer
 Footer HSSFSheet.getFooter()
           
 

Uses of Footer in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return Footer
 Footer Sheet.getFooter()
          Gets the user model for the default document footer.