Aspose::Cells::Drawing::Shape::GetTextHorizontalOverflow method

Shape::GetTextHorizontalOverflow method

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

TextOverflowType Aspose::Cells::Drawing::Shape::GetTextHorizontalOverflow()

Examples

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

See Also