Uses of Class
loci.poi.hssf.util.Region
-
Packages that use Region Package Description loci.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelloci.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. -
-
Uses of Region in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return Region Modifier and Type Method Description Region
HSSFSheet. getMergedRegionAt(int index)
gets the region at a particular indexMethods in loci.poi.hssf.usermodel with parameters of type Region Modifier and Type Method Description int
HSSFSheet. addMergedRegion(Region region)
adds a merged region of cells (hence those cells form one) -
Uses of Region in loci.poi.hssf.util
Methods in loci.poi.hssf.util with parameters of type Region Modifier and Type Method Description int
Region. compareTo(Region r)
Compares that the given region is the same less than or greater than this region.boolean
Region. equals(Region r)
-