Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsTextWrapped method

ShapeTextAlignment::IsTextWrapped method

Gets and sets the text wrapped type of the shape which contains text.

bool Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsTextWrapped()

Examples

if (shapeTextAlignment.IsTextWrapped() == false)
{
    shapeTextAlignment.SetIsTextWrapped(false);
}

See Also