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