Uses of Class
org.apache.poi.ss.util.PaneInformation
-
Packages that use PaneInformation Package Description org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of PaneInformation in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return PaneInformation Modifier and Type Method Description PaneInformationInternalSheet. 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 Modifier and Type Method Description PaneInformationHSSFSheet. 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 Modifier and Type Method Description PaneInformationSheet. getPaneInformation()Returns the information regarding the currently configured pane (split or freeze)
-