Package | Description |
---|---|
org.apache.poi.ss.usermodel | |
org.apache.poi.ss.util |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.