TextHorizontalAlignment
Comment.TextHorizontalAlignment property
Yorumun metin yatay hizalama türünü alır ve ayarlar.
public TextAlignmentType TextHorizontalAlignment { get; set; }
Örnekler
[C#]
if (comment1.TextHorizontalAlignment == TextAlignmentType.Fill)
{
comment1.TextHorizontalAlignment = TextAlignmentType.Center;
}
Ayrıca bakınız
- enum TextAlignmentType
- class Comment
- ad alanı Aspose.Cells
- toplantı Aspose.Cells