Class Direction
Specifies the text direction in a document.
Inheritance
System.Object
Direction
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class Direction : Enum
Fields
LeftToRight
Text flows from left to right.
Declaration
public const Direction LeftToRight
Field Value
| Type | Description |
|---|---|
| Direction |
RightToLeft
Text flows from right to left.
Declaration
public const Direction RightToLeft
Field Value
| Type | Description |
|---|---|
| Direction |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |