Uses of Class
org.apache.poi.hssf.util.PaneInformation

Packages that use PaneInformation
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.usermodel 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 PaneInformation
 PaneInformation Sheet.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 PaneInformation
 PaneInformation HSSFSheet.getPaneInformation()
          Returns the information regarding the currently configured pane (split or freeze).
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.