TextHorizontalOverflow

Shape.TextHorizontalOverflow property

Metni içeren şeklin metin yatay taşma türünü alır ve ayarlar.

public TextOverflowType TextHorizontalOverflow { get; set; }

Örnekler


[C#]
if (shape.TextHorizontalOverflow == Aspose.Cells.Drawing.TextOverflowType.Clip)
    shape.TextHorizontalOverflow = Aspose.Cells.Drawing.TextOverflowType.Overflow;

Ayrıca bakınız