VerticalAlignment
Overview
VerticalAlignment is a enum in Aspose.Cells FOSS for Java.
Represents vertical alignment options for cell content.
This enumeration defines 5 values: BOTTOM, CENTER, TOP, JUSTIFY, DISTRIBUTED.
Description
VerticalAlignment is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like VerticalAlignment help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
BOTTOM | Represents bottom vertical alignment of cell content |
CENTER | Centers cell content vertically within the cell. |
TOP | Aligns cell content to the top of the cell. |
JUSTIFY | Vertically justifies cell content within the cell height. |
DISTRIBUTED | Distributes cell content evenly across the cell height. |