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

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

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

Classes in org.apache.poi.hssf.usermodel that implement PrintSetup
 class HSSFPrintSetup
          Used to modify the print setup.
 

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

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

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