|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BorderExtent | |
|---|---|
| org.apache.poi.ss.usermodel | |
| org.apache.poi.ss.util | |
| Uses of BorderExtent in org.apache.poi.ss.usermodel |
|---|
| Methods in org.apache.poi.ss.usermodel that return BorderExtent | |
|---|---|
static BorderExtent |
BorderExtent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BorderExtent[] |
BorderExtent.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of BorderExtent in org.apache.poi.ss.util |
|---|
| Methods in org.apache.poi.ss.util with parameters of type BorderExtent | |
|---|---|
void |
PropertyTemplate.drawBorderColors(CellRangeAddress range,
short color,
BorderExtent extent)
Sets the color for a group of cell borders for a cell range. |
void |
PropertyTemplate.drawBorders(CellRangeAddress range,
BorderStyle borderType,
BorderExtent extent)
Draws a group of cell borders for a cell range. |
void |
PropertyTemplate.drawBorders(CellRangeAddress range,
BorderStyle borderType,
short color,
BorderExtent extent)
Draws a group of cell borders for a cell range. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||