Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetIsTextWrapped method
ShapeTextAlignment::SetIsTextWrapped method
Gets or sets the text wrapped type of the shape which contains text.
void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetIsTextWrapped(bool value)
Examples
if (shapeTextAlignment.IsTextWrapped() == false)
{
shapeTextAlignment.SetIsTextWrapped(false);
}
See Also
- Class Vector
- Class ShapeTextAlignment
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++