Re: Unable to replace title of .docx using apache poi in java

2019-09-19 Thread Bhavya Kothapally
1. I have tried in the below way for getting the content. I need to know how to replace the text in the content. import java.io.File; import java.io.FileOutputStream; import java.util.ArrayList; import java.util.List; import org.apache.poi.xwpf.usermodel.ISDTContent; import

Re: Unable to replace title of .docx using apache poi in java

2019-09-19 Thread Mark Murphy
So for each SDT in Test.docx you are creating a new document, adding some text, and writing it to TestOP.docx. What is happening? Are you just overwriting TestOPdocx for each SDT, and you only get the last one? Is there only one SDT in Test.docx? Where is the Title in the document? Did you know

Re: POI 4.1.1

2019-09-19 Thread Thimo von Rauchhaupt
Hi Andi, Yes, the nightly snapthot worked very well. Thanks for the information. Sounds great. Best regards, Thimo On 2019/09/17 21:52:43, Andreas Beeker mailto:k...@apache.org>> wrote: > Hi Thimo,> > > > Are there any plans / timelines for this release?> > > so you've validated