Uses of Class
loci.poi.hssf.record.PrintSetupRecord
Packages that use PrintSetupRecord
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
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 PrintSetupRecordMethods in loci.poi.hssf.model that return PrintSetupRecordMethods in loci.poi.hssf.model with parameters of type PrintSetupRecordModifier and TypeMethodDescriptionvoidSheet.setPrintSetup(PrintSetupRecord newPrintSetup) Sets the PrintSetupRecord. -
Uses of PrintSetupRecord in loci.poi.hssf.usermodel
Constructors in loci.poi.hssf.usermodel with parameters of type PrintSetupRecordModifierConstructorDescriptionprotectedHSSFPrintSetup(PrintSetupRecord printSetupRecord) Constructor.