TextBoxOptions.WrapTextInShape
TextBoxOptions.WrapTextInShape property
Specifies text wrapping within a shape. False - No wrapping will occur on text body. True - Wrapping will occur on text body.
public bool WrapTextInShape { get; set; }
Examples
[C#]
shape.TextBoxOptions.WrapTextInShape = true;
See Also
- class TextBoxOptions
- namespace Aspose.Cells.Drawing.Texts
- assembly Aspose.Cells