Package | Description |
---|---|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.poi.xssf.usermodel.extensions |
Modifier and Type | Method and 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 and Description |
---|---|
protected HorizontalAlignment |
XSSFDxfCellStyle.getAlignmentEnum() |
HorizontalAlignment |
XSSFCellStyle.getAlignmentEnum()
Get the type of horizontal alignment for the cell
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFCellStyle.setAlignment(HorizontalAlignment align)
Set the type of horizontal alignment for the cell
|
Modifier and Type | Method and Description |
---|---|
HorizontalAlignment |
XSSFCellAlignment.getHorizontal()
Get the type of horizontal alignment for the cell
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFCellAlignment.setHorizontal(HorizontalAlignment align)
Set the type of horizontal alignment for the cell
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.