How can I replace text in a docx document textbox using Apache POI?
I can get the text of textboxes using the code described in the answer How to get text from a textbox in MS Word document using Apache POI?
But I haven't found a way to edit the text in the textbox, for example to replace some placeholders. Iterating over embeddedPara and setText () loops doesn't work. I'm using apache poi 3.13.
+3
Bazinga
source
to share
No one has answered this question yet
See similar questions:
1
0
or similar:
1804
thirty
2
2
2
1
1
1
1
0