Uses of Class
loci.poi.hssf.util.PaneInformation
-
Packages that use PaneInformation 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 PaneInformation in loci.poi.hssf.model
Methods in loci.poi.hssf.model that return PaneInformation Modifier and Type Method Description PaneInformation
Sheet. getPaneInformation()
Returns the information regarding the currently configured pane (split or freeze). -
Uses of PaneInformation in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return PaneInformation Modifier and Type Method Description PaneInformation
HSSFSheet. getPaneInformation()
Returns the information regarding the currently configured pane (split or freeze).
-