https://bz.apache.org/bugzilla/show_bug.cgi?id=66049
--- Comment #1 from PJ Fanning <[email protected]> --- A lot of the XSLF methods are no longer worked on. The XDDF methods were added more recently to try to better handle the fact that some of the code can be reused for docx and pptx support. Could you try using `public XDDFTextBody getTextBody()` on the XSLFTextBox instead? You can add and remove XDDFTextParagraphs from an XDDFTextBody. I'm not guaranteeing that this works better than the equivalent XSLF classes but it is worth experimenting with. -- 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]
