|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VerticalAlignment | |
---|---|
org.apache.poi.ss.usermodel |
Uses of VerticalAlignment in org.apache.poi.ss.usermodel |
---|
Fields in org.apache.poi.ss.usermodel declared as VerticalAlignment | |
---|---|
static VerticalAlignment |
VerticalAlignment.BOTTOM
The vertical alignment is aligned-to-bottom. |
static VerticalAlignment |
VerticalAlignment.CENTER
The vertical alignment is centered across the height of the cell. |
static VerticalAlignment |
VerticalAlignment.DISTRIBUTED
When text direction is horizontal: the vertical alignment of lines of text is distributed vertically, where each line of text inside the cell is evenly distributed across the height of the cell, with flush top |
static VerticalAlignment |
VerticalAlignment.JUSTIFY
When text direction is horizontal: the vertical alignment of lines of text is distributed vertically, where each line of text inside the cell is evenly distributed across the height of the cell, with flush top and bottom margins. |
static VerticalAlignment |
VerticalAlignment.TOP
The vertical alignment is aligned-to-top. |
Methods in org.apache.poi.ss.usermodel that return VerticalAlignment | |
---|---|
static VerticalAlignment[] |
VerticalAlignment.values()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |