Aspose::Cells::Drawing::Shape::SetIsTextWrapped method
Shape::SetIsTextWrapped method
Gets and sets the text wrapped type of the shape which contains text.
void Aspose::Cells::Drawing::Shape::SetIsTextWrapped(bool value)
Examples
if (shape.IsTextWrapped())
shape.SetIsTextWrapped(!shape.IsTextWrapped());
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++