Aspose::Words::Loading::DocumentDirection enum

DocumentDirection enum

Allows to specify the direction to flow the text in a document.

enum class DocumentDirection

Values

NameValueDescription
LeftToRight0Left to right direction.
RightToLeft1Right to left direction.
Auto2Auto-detect direction.

See Also