AlignmentValue

AlignmentValue

Overview

AlignmentValue is a class in Aspose.Cells FOSS for .NET.

Represents alignment value.

Properties

NameTypeAccessDescription
HorizontalHorizontalAlignmentRead/WriteGets or sets the horizontal alignment of cell content
VerticalVerticalAlignmentRead/Write
WrapTextboolRead/WriteIndicates whether text wrapping is enabled for the cell
IndentLevelintRead/WriteSpecifies the number of spaces to indent the cell text
TextRotationintRead/WriteDefines the rotation angle of the cell text in degrees
ShrinkToFitboolRead/WriteDetermines if the cell text should shrink to fit the cell width
ReadingOrderintRead/WriteSets the reading order (left-to-right or right-to-left) for the cell
RelativeIndentintRead/WriteSpecifies the relative indent level for the cell text

Methods

SignatureDescription
Clone()The alignment value.

See Also