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