TextDirection
TextDirection enumeration
Represents 3 possible variants how to treat text direction in the plain text documents
public enum TextDirection
Values
| 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
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor