TextVerticalAlignment
Shape.TextVerticalAlignment property
Получает и задает тип вертикального выравнивания текста фигуры.
public TextAlignmentType TextVerticalAlignment { get; set; }
Примеры
[C#]
if (shape.TextVerticalAlignment == Aspose.Cells.TextAlignmentType.Bottom)
shape.TextVerticalAlignment = Aspose.Cells.TextAlignmentType.Center;
Смотрите также
- enum TextAlignmentType
- class Shape
- пространство имен Aspose.Cells.Drawing
- сборка Aspose.Cells