Package | Description |
---|---|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.extensions |
Modifier and Type | Method | 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 | Description |
---|---|---|
VerticalAlignment |
XSSFSimpleShape.getVerticalAlignment() |
Returns the type of vertical alignment for the text within the shape.
|
VerticalAlignment |
XSSFCellStyle.getVerticalAlignmentEnum() |
Get the type of vertical alignment for the cell
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSSFCellStyle.setVerticalAlignment(VerticalAlignment align) |
Set the type of vertical alignment for the cell
|
void |
XSSFSimpleShape.setVerticalAlignment(VerticalAlignment anchor) |
Sets the type of vertical alignment for the text within the shape.
|
Modifier and Type | Method | Description |
---|---|---|
VerticalAlignment |
XSSFCellAlignment.getVertical() |
Get the type of vertical alignment for the cell
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSSFCellAlignment.setVertical(VerticalAlignment align) |
Set the type of vertical alignment for the cell
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.