@Removal(version="4.2") public final class HSSFRegionUtil extends java.lang.Object
RegionUtil| Modifier and Type | Method and Description | 
|---|---|
static void | 
setBorderBottom(int border,
               CellRangeAddress region,
               HSSFSheet sheet,
               HSSFWorkbook workbook)
Deprecated.  
Sets the borderBottom attribute of the HSSFRegionUtil object 
 | 
static void | 
setBorderLeft(int border,
             CellRangeAddress region,
             HSSFSheet sheet,
             HSSFWorkbook workbook)
Deprecated.  
Sets the left border for a region of cells by manipulating the cell style
 of the individual cells on the left 
 | 
static void | 
setBorderRight(int border,
              CellRangeAddress region,
              HSSFSheet sheet,
              HSSFWorkbook workbook)
Deprecated.  
Sets the borderRight attribute of the HSSFRegionUtil object 
 | 
static void | 
setBorderTop(int border,
            CellRangeAddress region,
            HSSFSheet sheet,
            HSSFWorkbook workbook)
Deprecated.  
Sets the borderBottom attribute of the HSSFRegionUtil object 
 | 
static void | 
setBottomBorderColor(int color,
                    CellRangeAddress region,
                    HSSFSheet sheet,
                    HSSFWorkbook workbook)
Deprecated.  
Sets the bottomBorderColor attribute of the HSSFRegionUtil object 
 | 
static void | 
setLeftBorderColor(int color,
                  CellRangeAddress region,
                  HSSFSheet sheet,
                  HSSFWorkbook workbook)
Deprecated.  
Sets the leftBorderColor attribute of the HSSFRegionUtil object 
 | 
static void | 
setRightBorderColor(int color,
                   CellRangeAddress region,
                   HSSFSheet sheet,
                   HSSFWorkbook workbook)
Deprecated.  
Sets the rightBorderColor attribute of the HSSFRegionUtil object 
 | 
static void | 
setTopBorderColor(int color,
                 CellRangeAddress region,
                 HSSFSheet sheet,
                 HSSFWorkbook workbook)
Deprecated.  
Sets the topBorderColor attribute of the HSSFRegionUtil object 
 | 
public static void setBorderLeft(int border,
                                 CellRangeAddress region,
                                 HSSFSheet sheet,
                                 HSSFWorkbook workbook)
border - The new borderregion - The region that should have the borderworkbook - The workbook that the region is on.sheet - The sheet that the region is on.public static void setLeftBorderColor(int color,
                                      CellRangeAddress region,
                                      HSSFSheet sheet,
                                      HSSFWorkbook workbook)
color - The color of the borderregion - The region that should have the borderworkbook - The workbook that the region is on.sheet - The sheet that the region is on.public static void setBorderRight(int border,
                                  CellRangeAddress region,
                                  HSSFSheet sheet,
                                  HSSFWorkbook workbook)
border - The new borderregion - The region that should have the borderworkbook - The workbook that the region is on.sheet - The sheet that the region is on.public static void setRightBorderColor(int color,
                                       CellRangeAddress region,
                                       HSSFSheet sheet,
                                       HSSFWorkbook workbook)
color - The color of the borderregion - The region that should have the borderworkbook - The workbook that the region is on.sheet - The sheet that the region is on.public static void setBorderBottom(int border,
                                   CellRangeAddress region,
                                   HSSFSheet sheet,
                                   HSSFWorkbook workbook)
border - The new borderregion - The region that should have the borderworkbook - The workbook that the region is on.sheet - The sheet that the region is on.public static void setBottomBorderColor(int color,
                                        CellRangeAddress region,
                                        HSSFSheet sheet,
                                        HSSFWorkbook workbook)
color - The color of the borderregion - The region that should have the borderworkbook - The workbook that the region is on.sheet - The sheet that the region is on.public static void setBorderTop(int border,
                                CellRangeAddress region,
                                HSSFSheet sheet,
                                HSSFWorkbook workbook)
border - The new borderregion - The region that should have the borderworkbook - The workbook that the region is on.sheet - The sheet that the region is on.public static void setTopBorderColor(int color,
                                     CellRangeAddress region,
                                     HSSFSheet sheet,
                                     HSSFWorkbook workbook)
color - The color of the borderregion - The region that should have the borderworkbook - The workbook that the region is on.sheet - The sheet that the region is on.Copyright 2018 The Apache Software Foundation or its licensors, as applicable.