Class VerticalAlign
Represents the vertical alignment of text within a table cell.
Inheritance
System.Object
VerticalAlign
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class VerticalAlign : Enum
Fields
Bottom
Aligns the text to the bottom of the cell.
Declaration
public const VerticalAlign Bottom
Field Value
| Type | Description |
|---|---|
| VerticalAlign |
Middle
Aligns the text to the middle of the cell vertically.
Declaration
public const VerticalAlign Middle
Field Value
| Type | Description |
|---|---|
| VerticalAlign |
Top
Aligns the text to the top of the cell.
Declaration
public const VerticalAlign Top
Field Value
| Type | Description |
|---|---|
| VerticalAlign |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |