Overview
DocumentDirection is a enum in Aspose.Words FOSS for .NET.
Allows to specify the direction to flow the text in a document.
This enumeration defines 3 values: LeftToRight, RightToLeft, Auto.
Values
| Value | Description |
|---|
LeftToRight | |
RightToLeft | |
Auto | |
See Also