TextVerticalAlignment
Comment.TextVerticalAlignment property
الحصول على نوع المحاذاة الرأسية للنص الخاص بالتعليق وتعيينه.
public TextAlignmentType TextVerticalAlignment { get; set; }
أمثلة
[C#]
if (comment1.TextVerticalAlignment == TextAlignmentType.Fill)
{
comment1.TextVerticalAlignment = TextAlignmentType.Center;
}
أنظر أيضا
- enum TextAlignmentType
- class Comment
- مساحة الاسم Aspose.Cells
- المجسم Aspose.Cells