TextVerticalOverflow

Shape.TextVerticalOverflow property

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

public TextOverflowType TextVerticalOverflow { get; set; }

Ejemplos


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

Ver también