TextVerticalAlignment

Shape.TextVerticalAlignment property

Ottiene e imposta il tipo di allineamento verticale del testo della forma.

public TextAlignmentType TextVerticalAlignment { get; set; }

Esempi


[C#]
if (shape.TextVerticalAlignment == Aspose.Cells.TextAlignmentType.Bottom)
    shape.TextVerticalAlignment = Aspose.Cells.TextAlignmentType.Center;

Guarda anche