HorizontalAlignmentType

HorizontalAlignmentType

Overview

HorizontalAlignmentType is a enum in Aspose.Cells for NET.

Description

HorizontalAlignmentType 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 HorizontalAlignmentType help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
GeneralDefault alignment determined by the cell content type
LeftContent aligned to the left edge of the cell
CenterContent centered horizontally in the cell
RightContent aligned to the right edge of the cell
FillContent repeated to fill the full cell width
JustifyContent stretched to align with both left and right edges
CenterContinuousContent centered across a contiguous group of cells
DistributedContent distributed evenly with spacing between characters

See Also