Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextVerticalOverflow method

ShapeTextAlignment::GetTextVerticalOverflow method

Gets and sets the text vertical overflow type of the text box.

TextOverflowType Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextVerticalOverflow()

Examples

if (shapeTextAlignment.GetTextVerticalOverflow() == TextOverflowType::Overflow)
{
    shapeTextAlignment.SetTextVerticalOverflow(TextOverflowType::Clip);
}

See Also