Enum DocumentDirection
Enum DocumentDirection
Namespace: Aspose.Words.Loading
Assembly: Aspose.Words.dll (25.3.0)
Allows to specify the direction to flow the text in a document.
public enum DocumentDirection
Fields
Auto = 2
Auto-detect direction.
When this option is selected and text contains characters belonging to RTL scripts, the document direction will be set automatically to RTL.
LeftToRight = 0
Left to right direction.
RightToLeft = 1
Right to left direction.