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