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