TextOrientationType
Comment.TextOrientationType property
Yorumun metin yönlendirme türünü alır ve ayarlar.
public TextOrientationType TextOrientationType { get; set; }
Örnekler
[C#]
if(comment1.TextOrientationType == TextOrientationType.NoRotation)
{
comment1.TextOrientationType = TextOrientationType.TopToBottom;
}
Ayrıca bakınız
- enum TextOrientationType
- class Comment
- ad alanı Aspose.Cells
- toplantı Aspose.Cells