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