Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsTextWrapped method
ShapeTextAlignment::IsTextWrapped method
Gets or 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
- Class Vector
- Class ShapeTextAlignment
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++