Example usage for Java org.apache.poi.ss.usermodel VerticalAlignment fields, constructors, methods, implement or subclass
The text is from its open source code.
VerticalAlignment | TOP The vertical alignment is aligned-to-top. |
VerticalAlignment | CENTER The vertical alignment is centered across the height of the cell. |
VerticalAlignment | BOTTOM The vertical alignment is aligned-to-bottom. |
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. |