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