Shape.IsTextWrapped
Shape.IsTextWrapped property
Gets and sets the text wrapped type of the shape which contains text.
public bool IsTextWrapped { get; set; }
Examples
[C#]
if (shape.IsTextWrapped)
shape.IsTextWrapped = !shape.IsTextWrapped;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells