VerticalAlignmentType
Overview
VerticalAlignmentType is a enum in Aspose.Cells for NET.
Description
VerticalAlignmentType is an enumeration type in the Aspose.Cells FOSS library for .NET. 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 | Content aligned to the bottom edge of the cell |
Center | Content centered vertically in the cell |
Top | Content aligned to the top edge of the cell |
Justify | Content stretched to fill the cell height evenly |
Distributed | Content distributed with equal spacing between lines |