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