Uses of Class
org.apache.poi.hssf.usermodel.HSSFPrintSetup

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

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

Methods in org.apache.poi.hssf.usermodel that return HSSFPrintSetup
 HSSFPrintSetup HSSFSheet.getPrintSetup()
          Gets the print setup object.
 

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

Methods in org.apache.poi.ss.usermodel that return HSSFPrintSetup
 HSSFPrintSetup Sheet.getPrintSetup()
          Gets the print setup object.