TextOrientationType
Shape.TextOrientationType property
Ottiene e imposta il tipo di orientamento del testo della forma.
public TextOrientationType TextOrientationType { get; set; }
Esempi
[C#]
if (shape.TextOrientationType == Aspose.Cells.TextOrientationType.NoRotation)
shape.TextOrientationType = Aspose.Cells.TextOrientationType.TopToBottom;
Guarda anche
- enum TextOrientationType
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells