https://github.com/apache/poi/blob/trunk/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFTextShape.java has an addNewTextParagraph method. There doesn't appear to be a remove paragraph method.
You might be able to remove a paragraph by calling the `public Iterator<XSLFTextParagraph> iterator()` and removing the paragraph you want to remove from the iterator. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
