Aspose::Cells::Drawing::Shape::SetTextVerticalOverflow method
Shape::SetTextVerticalOverflow method
Gets and sets the text vertical overflow type of the shape which contains text.
void Aspose::Cells::Drawing::Shape::SetTextVerticalOverflow(TextOverflowType value)
Examples
if (shape.GetTextVerticalOverflow() == TextOverflowType::Clip)
shape.SetTextVerticalOverflow(TextOverflowType::Overflow);
See Also
- Class Vector
- Enum TextOverflowType
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++