TextVerticalOverflow

Shape.TextVerticalOverflow property

Obtient et définit le type de débordement vertical du texte de la forme qui contient du texte.

public TextOverflowType TextVerticalOverflow { get; set; }

Exemples


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

Voir également