https://bz.apache.org/bugzilla/show_bug.cgi?id=45140

François Beaune <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #4 from François Beaune <[email protected]> ---
It looks like this no longer works properly.

The following code results in the text overflowing the textbox:

XSLFTextBox textBox = slide.createTextBox();
XSLFTextParagraph paragraph = textBox.getTextParagraphs().get(0);
XSLFTextRun textRun = paragraph.addNewTextRun();
textRun.setText("TRENDALERT | Summer trends for men.\n T-shirts and shirts with
tropical prints. Bomberjacks are still a musthave.");
textBox.setAnchor(new Rectangle(left, top, width, 10000));
textBox.resizeToFitText();

I've attached a screenshot of the text overflowing the textbox in PowerPoint
2016: https://bz.apache.org/bugzilla/attachment.cgi?id=35038

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to