| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.ss.usermodel |
| Modifier and Type | Method and Description |
|---|---|
FillPatternType |
HSSFCellStyle.getFillPattern() |
| Modifier and Type | Method and Description |
|---|---|
void |
HSSFCellStyle.setFillPattern(FillPatternType fp)
setting to one fills the cell with the foreground color...
|
| Modifier and Type | Method and Description |
|---|---|
static FillPatternType |
FillPatternType.forInt(int code) |
FillPatternType |
CellStyle.getFillPattern()
Get the fill pattern
|
static FillPatternType |
FillPatternType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FillPatternType[] |
FillPatternType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellStyle.setFillPattern(FillPatternType fp)
setting to one fills the cell with the foreground color...
|