Package | Description |
---|---|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.extensions |
Modifier and Type | Method | Description |
---|---|---|
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 | Description |
---|---|---|
BorderStyle |
XSSFCellStyle.getBorderBottomEnum() |
Get the type of border to use for the bottom border of the cell
|
BorderStyle |
XSSFCellStyle.getBorderLeftEnum() |
Get the type of border to use for the left border of the cell
|
BorderStyle |
XSSFCellStyle.getBorderRightEnum() |
Get the type of border to use for the right border of the cell
|
BorderStyle |
XSSFCellStyle.getBorderTopEnum() |
Get the type of border to use for the top border of the cell
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSSFCellStyle.setBorderBottom(BorderStyle border) |
Set the type of border to use for the bottom border of the cell
|
void |
XSSFCellStyle.setBorderLeft(BorderStyle border) |
Set the type of border to use for the left border of the cell
|
void |
XSSFCellStyle.setBorderRight(BorderStyle border) |
Set the type of border to use for the right border of the cell
|
void |
XSSFCellStyle.setBorderTop(BorderStyle border) |
Set the type of border to use for the top border of the cell
|
Modifier and Type | Method | Description |
---|---|---|
BorderStyle |
XSSFCellBorder.getBorderStyle(XSSFCellBorder.BorderSide side) |
Get the type of border to use for the selected border
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSSFCellBorder.setBorderStyle(XSSFCellBorder.BorderSide side,
BorderStyle style) |
Set the type of border to use for the selected border
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.