TextOrientationType

Shape.TextOrientationType property

Ottiene e imposta il tipo di orientamento del testo della forma.

public TextOrientationType TextOrientationType { get; set; }

Esempi


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

Guarda anche