TextOrientationType

Shape.TextOrientationType property

الحصول على نوع اتجاه النص للشكل وتعيينه.

public TextOrientationType TextOrientationType { get; set; }

أمثلة


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

أنظر أيضا