Package | Description |
---|---|
org.apache.poi.hssf.converter | |
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 |
---|---|
static void |
ExcelToHtmlUtils.appendAlign(java.lang.StringBuilder style,
HorizontalAlignment alignment) |
static java.lang.String |
AbstractExcelUtils.getAlign(HorizontalAlignment alignment) |
Modifier and Type | Method and Description |
---|---|
HorizontalAlignment |
HSSFCellStyle.getAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
HSSFCellStyle.setAlignment(HorizontalAlignment align)
set the type of horizontal alignment for the cell
|
Modifier and Type | Method and Description |
---|---|
static HorizontalAlignment |
HorizontalAlignment.forInt(int code) |
HorizontalAlignment |
CellStyle.getAlignment()
get the type of horizontal alignment for the cell
|
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 |
---|---|
void |
CellStyle.setAlignment(HorizontalAlignment align)
set the type of horizontal alignment for the cell
|
Modifier and Type | Method and Description |
---|---|
static void |
CellUtil.setAlignment(Cell cell,
HorizontalAlignment align)
Take a cell, and align it.
|
Modifier and Type | Method and Description |
---|---|
HorizontalAlignment |
XSSFCellStyle.getAlignment() |
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 2021 The Apache Software Foundation or its licensors, as applicable.