Aspose::Cells::Drawing::Texts::TextBoxOptions::SetWrapTextInShape method
TextBoxOptions::SetWrapTextInShape method
Specifies text wrapping within a shape. False - No wrapping will occur on text body. True - Wrapping will occur on text body.
void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetWrapTextInShape(bool value)
Examples
shape.GetTextBoxOptions().SetWrapTextInShape(true);
See Also
- Class Vector
- Class TextBoxOptions
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++