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