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 VerticalAlignment |
VerticalAlignment.valueOf(java.lang.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 |
---|---|
VerticalAlignment |
XSSFDxfCellStyle.getVerticalAlignmentEnum() |
VerticalAlignment |
XSSFCellStyle.getVerticalAlignmentEnum()
Get the type of vertical alignment for the cell
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFCellStyle.setVerticalAlignment(VerticalAlignment align)
Set the type of vertical alignment for the cell
|
Modifier and Type | Method and Description |
---|---|
VerticalAlignment |
XSSFCellAlignment.getVertical()
Get the type of vertical alignment for the cell
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFCellAlignment.setVertical(VerticalAlignment align)
Set the type of vertical alignment for the cell
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.