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.usermodel.contrib   
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[] HSSFConditionalFormatting.getFormattingRegions()
          Deprecated. (Aug-2008) use HSSFConditionalFormatting.getFormattingRanges()
 Region HSSFSheet.getMergedRegionAt(int index)
          Deprecated. (Aug-2008) use HSSFSheet.getMergedRegion(int)
 

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.usermodel.contrib
 

Methods in org.apache.poi.hssf.usermodel.contrib with parameters of type Region
static void HSSFRegionUtil.setBorderBottom(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setBorderLeft(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setBorderRight(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setBorderTop(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setBottomBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setLeftBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setRightBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
static void HSSFRegionUtil.setTopBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Deprecated. (Aug 2008) use CellRangeAddress instead of Region
 

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

Methods in org.apache.poi.hssf.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.hssf.util with parameters of type Region
static CellRangeAddress[] Region.convertRegionsToCellRanges(Region[] regions)
          Deprecated.  
static CellRangeAddress Region.convertToCellRangeAddress(Region r)
          Deprecated.  
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.