VerticalAlignmentType
Overview
VerticalAlignmentType 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
VerticalAlignmentType 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 VerticalAlignmentType help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
BOTTOM | Represents vertical alignment of cell content at the bottom |
CENTER | Represents vertical alignment of cell content centered within the cell |
TOP | |
JUSTIFY | Represents vertical justification alignment, stretching content to fill cell height |
DISTRIBUTED | Represents vertical alignment that distributes content evenly across the cell |