TextOrientationType

Shape.TextOrientationType property

Hämtar och ställer in formens textorienteringstyp.

public TextOrientationType TextOrientationType { get; set; }

Exempel


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

Se även