TextHorizontalOverflow

Shape.TextHorizontalOverflow property

Obtiene y establece el tipo de desbordamiento horizontal de texto de la forma que contiene texto.

public TextOverflowType TextHorizontalOverflow { get; set; }

Ejemplos


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

Ver también