TextDirection Enumeration |
Represents 3 possible variants how to treat text direction in the plain text documents
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic enum TextDirection
Public Enumeration TextDirection
public enum class TextDirection
Members
| Member name | Value | Description |
---|
| LeftToRight | 0 |
Left-to-Right direction, usual text, default value.
|
| RightToLeft | 1 |
Right-to-Left direction
|
| 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.
|
See Also