Hi, I'm trying to modify a Hyperlink from a docx document. I found that Hyperlink class give me this methods:
h.getAnchor()
h.getTooltip()
h.getDocLocation()
h.getTgtFrame()
The problem is that none of them let me get the URL Address.
There's any way to get/set the Hyperlink's address?