Class HorizontalAlignment
The possible horizontal alignment options for text and other elements.
Inheritance
System.Object
HorizontalAlignment
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class HorizontalAlignment : Enum
Fields
Center
The text or element will be horizontally centered within its container.
Declaration
public const HorizontalAlignment Center
Field Value
| Type | Description |
|---|---|
| HorizontalAlignment |
Left
The text or element will be aligned to the left side of its container.
Declaration
public const HorizontalAlignment Left
Field Value
| Type | Description |
|---|---|
| HorizontalAlignment |
Right
The text or element will be aligned to the right side of its container.
Declaration
public const HorizontalAlignment Right
Field Value
| Type | Description |
|---|---|
| HorizontalAlignment |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |