TextHorizontalOverflow
Shape.TextHorizontalOverflow property
Ermittelt und setzt den horizontalen Textüberlauftyp der Form, die Text enthält.
public TextOverflowType TextHorizontalOverflow { get; set; }
Beispiele
[C#]
if (shape.TextHorizontalOverflow == Aspose.Cells.Drawing.TextOverflowType.Clip)
shape.TextHorizontalOverflow = Aspose.Cells.Drawing.TextOverflowType.Overflow;
Siehe auch
- enum TextOverflowType
- class Shape
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells