Uses of Class
org.apache.poi.ss.util.PaneInformation
Packages that use PaneInformation
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 PaneInformation in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return PaneInformationModifier and TypeMethodDescriptionInternalSheet.getPaneInformation()
Returns the information regarding the currently configured pane (split or freeze). -
Uses of PaneInformation in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return PaneInformationModifier and TypeMethodDescriptionHSSFSheet.getPaneInformation()
Returns the information regarding the currently configured pane (split or freeze). -
Uses of PaneInformation in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return PaneInformationModifier and TypeMethodDescriptionSheet.getPaneInformation()
Returns the information regarding the currently configured pane (split or freeze) -
Uses of PaneInformation in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return PaneInformationModifier and TypeMethodDescriptionSXSSFSheet.getPaneInformation()
Returns the information regarding the currently configured pane (split or freeze) -
Uses of PaneInformation in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return PaneInformationModifier and TypeMethodDescriptionXSSFSheet.getPaneInformation()
Returns the information regarding the currently configured pane (split or freeze).