Package | Description |
---|---|
org.apache.poi.hssf.converter | |
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.extensions |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AbstractExcelUtils.getBorderStyle(BorderStyle xlsBorder) |
static java.lang.String |
AbstractExcelUtils.getBorderWidth(BorderStyle xlsBorder) |
protected void |
ExcelToFoConverter.processCellStyleBorder(HSSFWorkbook workbook,
org.w3c.dom.Element cellTarget,
java.lang.String type,
BorderStyle xlsBorder,
short borderColor) |
Modifier and Type | Method and Description |
---|---|
BorderStyle |
HSSFBorderFormatting.getBorderBottomEnum() |
BorderStyle |
HSSFCellStyle.getBorderBottomEnum()
get the type of border to use for the bottom border of the cell
|
BorderStyle |
HSSFBorderFormatting.getBorderDiagonalEnum() |
BorderStyle |
HSSFBorderFormatting.getBorderLeftEnum() |
BorderStyle |
HSSFCellStyle.getBorderLeftEnum()
get the type of border to use for the left border of the cell
|
BorderStyle |
HSSFBorderFormatting.getBorderRightEnum() |
BorderStyle |
HSSFCellStyle.getBorderRightEnum()
get the type of border to use for the right border of the cell
|
BorderStyle |
HSSFBorderFormatting.getBorderTopEnum() |
BorderStyle |
HSSFCellStyle.getBorderTopEnum()
get the type of border to use for the top border of the cell
|
Modifier and Type | Method and Description |
---|---|
void |
HSSFBorderFormatting.setBorderBottom(BorderStyle border) |
void |
HSSFCellStyle.setBorderBottom(BorderStyle border)
set the type of border to use for the bottom border of the cell
|
void |
HSSFBorderFormatting.setBorderDiagonal(BorderStyle border) |
void |
HSSFBorderFormatting.setBorderLeft(BorderStyle border) |
void |
HSSFCellStyle.setBorderLeft(BorderStyle border)
set the type of border to use for the left border of the cell
|
void |
HSSFBorderFormatting.setBorderRight(BorderStyle border) |
void |
HSSFCellStyle.setBorderRight(BorderStyle border)
set the type of border to use for the right border of the cell
|
void |
HSSFBorderFormatting.setBorderTop(BorderStyle border) |
void |
HSSFCellStyle.setBorderTop(BorderStyle border)
set the type of border to use for the top border of the cell
|
Modifier and Type | Method and Description |
---|---|
BorderStyle |
BorderFormatting.getBorderBottomEnum() |
BorderStyle |
CellStyle.getBorderBottomEnum()
get the type of border to use for the bottom border of the cell
|
BorderStyle |
BorderFormatting.getBorderDiagonalEnum() |
BorderStyle |
BorderFormatting.getBorderLeftEnum() |
BorderStyle |
CellStyle.getBorderLeftEnum()
get the type of border to use for the left border of the cell
|
BorderStyle |
BorderFormatting.getBorderRightEnum() |
BorderStyle |
CellStyle.getBorderRightEnum()
get the type of border to use for the right border of the cell
|
BorderStyle |
BorderFormatting.getBorderTopEnum() |
BorderStyle |
CellStyle.getBorderTopEnum()
get the type of border to use for the top border of the cell
|
static BorderStyle |
BorderStyle.valueOf(short code) |
static BorderStyle |
BorderStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BorderStyle[] |
BorderStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BorderFormatting.setBorderBottom(BorderStyle border)
Set bottom border.
|
void |
CellStyle.setBorderBottom(BorderStyle border)
set the type of border to use for the bottom border of the cell
|
void |
BorderFormatting.setBorderDiagonal(BorderStyle border)
Set diagonal border.
|
void |
BorderFormatting.setBorderLeft(BorderStyle border)
Set left border.
|
void |
CellStyle.setBorderLeft(BorderStyle border)
set the type of border to use for the left border of the cell
|
void |
BorderFormatting.setBorderRight(BorderStyle border)
Set right border.
|
void |
CellStyle.setBorderRight(BorderStyle border)
set the type of border to use for the right border of the cell
|
void |
BorderFormatting.setBorderTop(BorderStyle border)
Set top border.
|
void |
CellStyle.setBorderTop(BorderStyle border)
set the type of border to use for the top border of the cell
|
Modifier and Type | Method and Description |
---|---|
BorderStyle |
XSSFCellStyle.getBorderBottomEnum()
Get the type of border to use for the bottom border of the cell
Will be removed when
XSSFCellStyle.getBorderBottom() returns a BorderStyle enum |
BorderStyle |
XSSFBorderFormatting.getBorderBottomEnum() |
BorderStyle |
XSSFBorderFormatting.getBorderDiagonalEnum() |
BorderStyle |
XSSFCellStyle.getBorderLeftEnum()
Get the type of border to use for the left border of the cell
Will be removed when
XSSFCellStyle.getBorderLeft() returns a BorderStyle enum |
BorderStyle |
XSSFBorderFormatting.getBorderLeftEnum() |
BorderStyle |
XSSFCellStyle.getBorderRightEnum()
Get the type of border to use for the right border of the cell
Will be removed when
XSSFCellStyle.getBorderRight() returns a BorderStyle enum |
BorderStyle |
XSSFBorderFormatting.getBorderRightEnum() |
BorderStyle |
XSSFCellStyle.getBorderTopEnum()
Get the type of border to use for the top border of the cell
Will be removed when
XSSFCellStyle.getBorderTop() returns a BorderStyle enum |
BorderStyle |
XSSFBorderFormatting.getBorderTopEnum() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFCellStyle.setBorderBottom(BorderStyle border)
Set the type of border to use for the bottom border of the cell
|
void |
XSSFBorderFormatting.setBorderBottom(BorderStyle border) |
void |
XSSFBorderFormatting.setBorderDiagonal(BorderStyle border) |
void |
XSSFCellStyle.setBorderLeft(BorderStyle border)
Set the type of border to use for the left border of the cell
|
void |
XSSFBorderFormatting.setBorderLeft(BorderStyle border) |
void |
XSSFCellStyle.setBorderRight(BorderStyle border)
Set the type of border to use for the right border of the cell
|
void |
XSSFBorderFormatting.setBorderRight(BorderStyle border) |
void |
XSSFCellStyle.setBorderTop(BorderStyle border)
Set the type of border to use for the top border of the cell
|
void |
XSSFBorderFormatting.setBorderTop(BorderStyle border) |
Modifier and Type | Method and Description |
---|---|
BorderStyle |
XSSFCellBorder.getBorderStyle(XSSFCellBorder.BorderSide side)
Get the type of border to use for the selected border
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFCellBorder.setBorderStyle(XSSFCellBorder.BorderSide side,
BorderStyle style)
Set the type of border to use for the selected border
|
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.