TextVerticalAlignment

Shape.TextVerticalAlignment property

الحصول على نوع المحاذاة الرأسية للنص للشكل وتعيينه.

public TextAlignmentType TextVerticalAlignment { get; set; }

أمثلة


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

أنظر أيضا