TextVerticalAlignment
Comment.TextVerticalAlignment property
Ottiene e imposta il tipo di allineamento verticale del testo del commento.
public TextAlignmentType TextVerticalAlignment { get; set; }
Esempi
[C#]
if (comment1.TextVerticalAlignment == TextAlignmentType.Fill)
{
comment1.TextVerticalAlignment = TextAlignmentType.Center;
}
Guarda anche
- enum TextAlignmentType
- class Comment
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells