Hello. I'm new to docx4j. I'm looking for a solution as to how to search and replace hyperlinks in word docs. As a test, I created a simple document with only two words in it. one is a normal text and the other is a hyperlink that links to www.google.com.
I got this using the package explorer:
<w:document mc:Ignorable="w14 w15 wp14">
<w:body>
<w:p/>
<w:p/>
<w:p/>
<w:p>
<w:r>
<w:t>Test</w:t>
</w:r> ...