Java org.apache.poi.ss.usermodel VerticalAlignment fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.usermodel VerticalAlignment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.usermodel VerticalAlignment.

The text is from its open source code.

Field

VerticalAlignmentTOP
The vertical alignment is aligned-to-top.
VerticalAlignmentCENTER
The vertical alignment is centered across the height of the cell.
VerticalAlignmentBOTTOM
The vertical alignment is aligned-to-bottom.
VerticalAlignmentJUSTIFY

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.