TextHorizontalAlignment

Shape.TextHorizontalAlignment property

Ruft den horizontalen Textausrichtungstyp der Form ab und legt ihn fest.

public TextAlignmentType TextHorizontalAlignment { get; set; }

Beispiele


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

Siehe auch