TextDirection
Shape.TextDirection property
获取/设置此对象的文本流方向。
public TextDirectionType TextDirection { get; set; }
例子
[C#]
if (shape.TextDirection == Aspose.Cells.TextDirectionType.Context)
shape.TextDirection = Aspose.Cells.TextDirectionType.LeftToRight;
也可以看看
- enum TextDirectionType
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells