TextOrientationType

Shape.TextOrientationType property

获取和设置形状的文本方向类型。

public TextOrientationType TextOrientationType { get; set; }

例子


[C#]
if (shape.TextOrientationType == Aspose.Cells.TextOrientationType.NoRotation)
    shape.TextOrientationType = Aspose.Cells.TextOrientationType.TopToBottom;

也可以看看