| 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 | |
| org.apache.poi.ss.util |
| Modifier and Type | Method and Description |
|---|---|
VerticalAlignment |
HSSFCellStyle.getVerticalAlignment() |
| Modifier and Type | Method and Description |
|---|---|
void |
HSSFCellStyle.setVerticalAlignment(VerticalAlignment align)
set the type of vertical alignment for the cell
|
| Modifier and Type | Method and Description |
|---|---|
static VerticalAlignment |
VerticalAlignment.forInt(int code) |
VerticalAlignment |
CellStyle.getVerticalAlignment()
get the type of vertical alignment for the cell
|
static VerticalAlignment |
VerticalAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalAlignment[] |
VerticalAlignment.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.setVerticalAlignment(VerticalAlignment align)
set the type of vertical alignment for the cell
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CellUtil.setVerticalAlignment(Cell cell,
VerticalAlignment align)
Take a cell, and vertically align it.
|