Aspose::Words::Loading::DocumentDirection enum
DocumentDirection enum
Allows to specify the direction to flow the text in a document.
enum class DocumentDirection
Values
Name | Value | Description |
---|---|---|
LeftToRight | 0 | Left to right direction. |
RightToLeft | 1 | Right to left direction. |
Auto | 2 | Auto-detect direction. |
See Also
- Namespace Aspose::Words::Loading
- Library Aspose.Words for C++