AlignmentValue
Overview
AlignmentValue is a class in Aspose.Cells FOSS for .NET.
Represents alignment value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Horizontal | HorizontalAlignment | Read/Write | Gets or sets the horizontal alignment of cell content |
Vertical | VerticalAlignment | Read/Write | |
WrapText | bool | Read/Write | Indicates whether text wrapping is enabled for the cell |
IndentLevel | int | Read/Write | Specifies the number of spaces to indent the cell text |
TextRotation | int | Read/Write | Defines the rotation angle of the cell text in degrees |
ShrinkToFit | bool | Read/Write | Determines if the cell text should shrink to fit the cell width |
ReadingOrder | int | Read/Write | Sets the reading order (left-to-right or right-to-left) for the cell |
RelativeIndent | int | Read/Write | Specifies the relative indent level for the cell text |
Methods
| Signature | Description |
|---|---|
Clone() | The alignment value. |