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

Packages that use Region
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model  
org.apache.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. 
 

Uses of Region in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return Region
 Region HSSFSheet.getMergedRegionAt(int index)
          gets the region at a particular index
 

Methods in org.apache.poi.hssf.usermodel with parameters of type Region
 int HSSFSheet.addMergedRegion(Region region)
          adds a merged region of cells (hence those cells form one)
 

Uses of Region in org.apache.poi.hssf.util
 

Methods in org.apache.poi.hssf.util with parameters of type Region
 boolean Region.equals(Region r)
           
 int Region.compareTo(Region r)
          Compares that the given region is the same less than or greater than this region.
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.