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 | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.extensions |
Modifier and Type | Method and Description |
---|---|
VerticalAlignment |
HSSFCellStyle.getVerticalAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
HSSFCellStyle.setVerticalAlignment(VerticalAlignment align)
set the type of vertical alignment for the cell
|
Modifier and Type | Method and Description |
---|---|
static VerticalAlignment |
VerticalAlignment.forInt(int code) |
VerticalAlignment |
CellStyle.getVerticalAlignment()
get the type of vertical alignment for the cell
|
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 |
---|---|
void |
CellStyle.setVerticalAlignment(VerticalAlignment align)
set the type of vertical alignment for the cell
|
Modifier and Type | Method and Description |
---|---|
static void |
CellUtil.setVerticalAlignment(Cell cell,
VerticalAlignment align)
Take a cell, and vertically align it.
|
Modifier and Type | Method and Description |
---|---|
VerticalAlignment |
XSSFSimpleShape.getVerticalAlignment()
Returns the type of vertical alignment for the text within the shape.
|
VerticalAlignment |
XSSFCellStyle.getVerticalAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFSimpleShape.setVerticalAlignment(VerticalAlignment anchor)
Sets the type of vertical alignment for the text within the shape.
|
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 2022 The Apache Software Foundation or its licensors, as applicable.