Uses of Class
loci.poi.hssf.record.PrintSetupRecord
-
Packages that use PrintSetupRecord Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.loci.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model -
-
Uses of PrintSetupRecord in loci.poi.hssf.model
Fields in loci.poi.hssf.model declared as PrintSetupRecord Modifier and Type Field Description protected PrintSetupRecord
Sheet. printSetup
Methods in loci.poi.hssf.model that return PrintSetupRecord Modifier and Type Method Description PrintSetupRecord
Sheet. getPrintSetup()
Returns the PrintSetupRecord.Methods in loci.poi.hssf.model with parameters of type PrintSetupRecord Modifier and Type Method Description void
Sheet. setPrintSetup(PrintSetupRecord newPrintSetup)
Sets the PrintSetupRecord. -
Uses of PrintSetupRecord in loci.poi.hssf.usermodel
Constructors in loci.poi.hssf.usermodel with parameters of type PrintSetupRecord Constructor Description HSSFPrintSetup(PrintSetupRecord printSetupRecord)
Constructor.
-