I use a Java server product called ColdFusion, which has the ability to load JARS and directly work with Java objects. I want to use XWPF to manipulate documents (docx) by finding and replacing placeholders. These placeholders will be located inside paragraphs, and the placeholders themselves might be spread across multiple runs (since Word like to do that). I was going to do this with ColdFusion's built-in XML functions...but searching/replacing text across multiple runs made my head hurt.
Does anybody have examples of replacing text with XWPF? Thank you. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/XWPF-Finding-Replacing-Text-tp5710577.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
