Class VerticalTextAlignmentValues
Defines the VerticalTextAlignmentValues enumeration.
Inheritance
System.Object
VerticalTextAlignmentValues
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class VerticalTextAlignmentValues : Enum
Fields
Auto
Automatically Determine Alignment.
Declaration
public const VerticalTextAlignmentValues Auto
Field Value
| Type | Description |
|---|---|
| VerticalTextAlignmentValues |
Baseline
Align Text at Baseline.
Declaration
public const VerticalTextAlignmentValues Baseline
Field Value
| Type | Description |
|---|---|
| VerticalTextAlignmentValues |
Bottom
Align Text at Bottom.
Declaration
public const VerticalTextAlignmentValues Bottom
Field Value
| Type | Description |
|---|---|
| VerticalTextAlignmentValues |
Center
Align Text at Center.
Declaration
public const VerticalTextAlignmentValues Center
Field Value
| Type | Description |
|---|---|
| VerticalTextAlignmentValues |
Top
Align Text at Top.
Declaration
public const VerticalTextAlignmentValues Top
Field Value
| Type | Description |
|---|---|
| VerticalTextAlignmentValues |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |