Specifies type of the horizontal alignment.
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum RowAlignment
Public Enumeration RowAlignment
public enum class RowAlignment
type RowAlignment
Members
| Member | Value | Description |
|---|---|---|
| Left | 0 |
Specifies alignment to the left.
|
| Center | 1 |
Specifies alignment to the center.
|
| Right | 2 |
Specifies alignment to the right.
|