TextOrientationType

Shape.TextOrientationType property

Ruft den Textausrichtungstyp der Form ab und legt ihn fest.

public TextOrientationType TextOrientationType { get; set; }

Beispiele


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

Siehe auch