Package | Description |
---|---|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.extensions |
Modifier and Type | Method | Description |
---|---|---|
static HorizontalAlignment |
HorizontalAlignment.valueOf(java.lang.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 | Description |
---|---|---|
HorizontalAlignment |
XSSFCellStyle.getAlignmentEnum() |
Get the type of horizontal alignment for the cell
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSSFCellStyle.setAlignment(HorizontalAlignment align) |
Set the type of horizontal alignment for the cell
|
Modifier and Type | Method | Description |
---|---|---|
HorizontalAlignment |
XSSFCellAlignment.getHorizontal() |
Get the type of horizontal alignment for the cell
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSSFCellAlignment.setHorizontal(HorizontalAlignment align) |
Set the type of horizontal alignment for the cell
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.