TextDirection
TextDirection enumeration
表示 3 种可能的变体如何处理纯文本文档中的文本方向
public enum TextDirection
价值观
| 姓名 | 价值 | 描述 | 
|---|---|---|
| LeftToRight | 0 | 
从左到右方向,普通文本,默认值。 | 
| RightToLeft | 1 | 
从右到左方向 | 
| Auto | 2 | 
自动检测方向。 When this option is selected and text contains characters belonging to RTL scripts, the document direction will be set automatically to RTL. |