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