|
||||||||||
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 |
org.apache.poi.hssf.util | util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. |
org.apache.poi.ss.util |
Uses of Region in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return Region | |
---|---|
Region[] |
HSSFConditionalFormatting.getFormattingRegions()
Deprecated. (Aug-2008) use HSSFConditionalFormatting.getFormattingRanges() |
Methods in org.apache.poi.hssf.usermodel with parameters of type Region | |
---|---|
int |
HSSFSheetConditionalFormatting.addConditionalFormatting(Region[] regions,
HSSFConditionalFormattingRule[] cfRules)
Deprecated. use CellRangeAddress instead of Region |
int |
HSSFSheet.addMergedRegion(Region region)
Deprecated. (Aug-2008) use CellRangeAddress instead of Region |
Uses of Region in org.apache.poi.hssf.util |
---|
Subclasses of Region in org.apache.poi.hssf.util | |
---|---|
class |
Region
Deprecated. (Aug-2008) use CellRangeAddress |
Uses of Region in org.apache.poi.ss.util |
---|
Methods in org.apache.poi.ss.util that return Region | |
---|---|
static Region[] |
Region.convertCellRangesToRegions(CellRangeAddress[] cellRanges)
Deprecated. Convert a List of CellRange objects to an array of regions |
Methods in org.apache.poi.ss.util with parameters of type Region | |
---|---|
int |
Region.compareTo(Region r)
Deprecated. Compares that the given region is the same less than or greater than this region. |
static CellRangeAddress[] |
Region.convertRegionsToCellRanges(Region[] regions)
Deprecated. |
static CellRangeAddress |
Region.convertToCellRangeAddress(Region r)
Deprecated. |
boolean |
Region.equals(Region r)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |