Uses of Interface
org.apache.poi.ss.usermodel.PrintSetup
-
Packages that use PrintSetup Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of PrintSetup in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement PrintSetup Modifier and Type Class Description class
HSSFPrintSetup
Used to modify the print setup. -
Uses of PrintSetup in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return PrintSetup Modifier and Type Method Description PrintSetup
Sheet. getPrintSetup()
Gets the print setup object. -
Uses of PrintSetup in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return PrintSetup Modifier and Type Method Description PrintSetup
SXSSFSheet. getPrintSetup()
Gets the print setup object. -
Uses of PrintSetup in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement PrintSetup Modifier and Type Class Description class
XSSFPrintSetup
Page setup and page margins settings for the worksheet.
-