TextVerticalType

ShapeTextAlignment.TextVerticalType property

Получает и задает направление текста.

public TextVerticalType TextVerticalType { get; set; }

Примеры


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

Смотрите также