TextHorizontalAlignment

Shape.TextHorizontalAlignment property

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

public TextAlignmentType TextHorizontalAlignment { get; set; }

أمثلة


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

أنظر أيضا