Overflow

I’m evaluating ASPOSE .NET Slides and had a question about overflows. Is there a way to handle overflows through a method or would I have to determine the coordinates of the place holder, the font size of the text and calculate what would fit to the bottom of the page?


This message was posted using Page2Forum from Frequently Asked Questions - Aspose.Slides for .NET and Java

You should use FitTextToShape() method of TextFrame/TextHolder to avoid overflow.