|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Region | |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Jakarta POI Project |
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. |
|
jakarta-poi 1.10.0-dev | |||||||||
PREV NEXT | FRAMES NO FRAMES |