| 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 |
|---|---|
HorizontalAlignment |
HSSFCellStyle.getAlignment() |
| Modifier and Type | Method and Description |
|---|---|
void |
HSSFCellStyle.setAlignment(HorizontalAlignment align)
set the type of horizontal alignment for the cell
|
| Modifier and Type | Method and Description |
|---|---|
static HorizontalAlignment |
HorizontalAlignment.forInt(int code) |
HorizontalAlignment |
CellStyle.getAlignment()
get the type of horizontal alignment for the cell
|
static HorizontalAlignment |
HorizontalAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HorizontalAlignment[] |
HorizontalAlignment.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.setAlignment(HorizontalAlignment align)
set the type of horizontal alignment for the cell
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CellUtil.setAlignment(Cell cell,
HorizontalAlignment align)
Take a cell, and align it.
|