Package | Description |
---|---|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.poi.xssf.usermodel.extensions |
Modifier and Type | Method and 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 and 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 and 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 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 © 2005-2010 Potix Corporation. All Rights Reserved.