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
- Class Vector
- Enum TextOverflowType
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++