| Package | Description |
|---|---|
| org.apache.poi.ss.usermodel | |
| org.apache.poi.ss.util |
| Modifier and Type | Method and Description |
|---|---|
static CellPropertyType |
CellPropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellPropertyType[] |
CellPropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BorderStyle |
PropertyTemplate.getBorderStyle(CellAddress cell,
CellPropertyType property)
Retrieves the border style for a given cell
|
BorderStyle |
PropertyTemplate.getBorderStyle(int row,
int col,
CellPropertyType property)
Retrieves the border style for a given cell
|
short |
PropertyTemplate.getTemplateProperty(CellAddress cell,
CellPropertyType property)
Retrieves the border style for a given cell
|
short |
PropertyTemplate.getTemplateProperty(int row,
int col,
CellPropertyType property)
Retrieves the border style for a given cell
|
static void |
CellUtil.setCellStyleProperty(Cell cell,
CellPropertyType property,
Object propertyValue)
This method attempts to find an existing CellStyle that matches the
cell's
current style plus a single style property propertyName with value
propertyValue. |
| Modifier and Type | Method and Description |
|---|---|
static void |
CellUtil.setCellStylePropertiesEnum(Cell cell,
Map<CellPropertyType,Object> properties)
This method attempts to find an existing CellStyle that matches the
cell's
current style plus styles properties in properties. |