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 
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.streaming   
org.apache.poi.xssf.usermodel   
 

Uses of PaneInformation in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return PaneInformation
 PaneInformation InternalSheet.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).
 

Uses of PaneInformation in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return PaneInformation
 PaneInformation Sheet.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 PaneInformation
 PaneInformation SXSSFSheet.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 PaneInformation
 PaneInformation XSSFSheet.getPaneInformation()
          Returns the information regarding the currently configured pane (split or freeze).
 



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