VerticalAlignmentType

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

ValueDescription
BottomContent aligned to the bottom edge of the cell
CenterContent centered vertically in the cell
TopContent aligned to the top edge of the cell
JustifyContent stretched to fill the cell height evenly
DistributedContent distributed with equal spacing between lines

See Also