Java org.apache.poi.hssf.util HSSFRegionUtil fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hssf.util HSSFRegionUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hssf.util HSSFRegionUtil.

The text is from its open source code.

Method

voidsetBorderBottom(int border, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
Sets the borderBottom attribute of the HSSFRegionUtil object
voidsetBorderLeft(int border, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
Sets the left border for a region of cells by manipulating the cell style of the individual cells on the left
voidsetBorderRight(int border, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
Sets the borderRight attribute of the HSSFRegionUtil object
voidsetBorderTop(int border, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
Sets the borderBottom attribute of the HSSFRegionUtil object
voidsetBottomBorderColor(int color, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
Sets the bottomBorderColor attribute of the HSSFRegionUtil object
voidsetLeftBorderColor(int color, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
Sets the leftBorderColor attribute of the HSSFRegionUtil object
voidsetRightBorderColor(int color, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
Sets the rightBorderColor attribute of the HSSFRegionUtil object
voidsetTopBorderColor(int color, CellRangeAddress region, HSSFSheet sheet, HSSFWorkbook workbook)
Sets the topBorderColor attribute of the HSSFRegionUtil object