TextHorizontalAlignment

Shape.TextHorizontalAlignment property

Obtiene y establece el tipo de alineación horizontal del texto de la forma.

public TextAlignmentType TextHorizontalAlignment { get; set; }

Ejemplos


[C#]
if (shape.TextHorizontalAlignment == Aspose.Cells.TextAlignmentType.Bottom)
    shape.TextHorizontalAlignment = Aspose.Cells.TextAlignmentType.Center;

Ver también