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

Methods in org.apache.poi.hssf.usermodel.contrib with parameters of type Region
static void HSSFRegionUtil.setBorderLeft(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the left border for a region of cells by manipulating the cell style of the indidual cells on the left
static void HSSFRegionUtil.setLeftBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the leftBorderColor attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setBorderRight(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the borderRight attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setRightBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the rightBorderColor attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setBorderBottom(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the borderBottom attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setBottomBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the bottomBorderColor attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setBorderTop(short border, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the borderBottom attribute of the HSSFRegionUtil object
static void HSSFRegionUtil.setTopBorderColor(short color, Region region, HSSFSheet sheet, HSSFWorkbook workbook)
          Sets the topBorderColor attribute of the HSSFRegionUtil object
 

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 © 2003 Apache Software Foundation.