Good morning, I am trying to clear an XWPFRun completely -- not removing it, but just setting it to an empty string. And I have no success if the run contains white space, for example tabs.
I set up a very simple example (in Groovy, as this is the most easy and fastest way to showcase it, with dependencies) to reproduce this issue: https://github.com/paulwellnerbou/apache-poi-testcases/blob/main/run/clearRun.groovy How do I clear runs completely even with tab stops? Is this a bug in Apache POI XWPF or am I doing anything wron? Thank you very much!