|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HorizontalAlignment | |
|---|---|
| org.apache.poi.ss.usermodel | |
| org.apache.poi.xssf.usermodel | |
| org.apache.poi.xssf.usermodel.extensions | |
| Uses of HorizontalAlignment in org.apache.poi.ss.usermodel |
|---|
| Methods in org.apache.poi.ss.usermodel that return HorizontalAlignment | |
|---|---|
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. |
| Uses of HorizontalAlignment in org.apache.poi.xssf.usermodel |
|---|
| Methods in org.apache.poi.xssf.usermodel that return HorizontalAlignment | |
|---|---|
HorizontalAlignment |
XSSFCellStyle.getAlignmentEnum()
Get the type of horizontal alignment for the cell |
| Methods in org.apache.poi.xssf.usermodel with parameters of type HorizontalAlignment | |
|---|---|
void |
XSSFCellStyle.setAlignment(HorizontalAlignment align)
Set the type of horizontal alignment for the cell |
| Uses of HorizontalAlignment in org.apache.poi.xssf.usermodel.extensions |
|---|
| Methods in org.apache.poi.xssf.usermodel.extensions that return HorizontalAlignment | |
|---|---|
HorizontalAlignment |
XSSFCellAlignment.getHorizontal()
Get the type of horizontal alignment for the cell |
| Methods in org.apache.poi.xssf.usermodel.extensions with parameters of type HorizontalAlignment | |
|---|---|
void |
XSSFCellAlignment.setHorizontal(HorizontalAlignment align)
Set the type of horizontal alignment for the cell |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||