TextOrientationType
Comment.TextOrientationType property
Получает и задает тип ориентации текста комментария.
public TextOrientationType TextOrientationType { get; set; }
Примеры
[C#]
if(comment1.TextOrientationType == TextOrientationType.NoRotation)
{
comment1.TextOrientationType = TextOrientationType.TopToBottom;
}
Смотрите также
- enum TextOrientationType
- class Comment
- пространство имен Aspose.Cells
- сборка Aspose.Cells