TextOrientationType
Shape.TextOrientationType property
Obtient et définit le type d’orientation du texte de la forme.
public TextOrientationType TextOrientationType { get; set; }
Exemples
[C#]
if (shape.TextOrientationType == Aspose.Cells.TextOrientationType.NoRotation)
shape.TextOrientationType = Aspose.Cells.TextOrientationType.TopToBottom;
Voir également
- enum TextOrientationType
- class Shape
- espace de noms Aspose.Cells.Drawing
- Assemblée Aspose.Cells