Aspose::Cells::Drawing::Shape::SetTextHorizontalOverflow method

Shape::SetTextHorizontalOverflow method

Gets and sets the text horizontal overflow type of the shape which contains text.

void Aspose::Cells::Drawing::Shape::SetTextHorizontalOverflow(TextOverflowType value)

Examples

if (shape.GetTextHorizontalOverflow() == TextOverflowType::Clip)
    shape.SetTextHorizontalOverflow(TextOverflowType::Overflow);

See Also