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