TextVerticalType

ShapeTextAlignment.TextVerticalType property

Obtient et définit la direction du texte.

public TextVerticalType TextVerticalType { get; set; }

Exemples


[C#]
shapeTextAlignment.TextVerticalType = Aspose.Cells.Drawing.Texts.TextVerticalType.Horizontal;

Voir également