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