How to read w:hyperlink value using Aspose words for Java 19.4

Can someone please help me with the method or implementation on how to read the link value from w:hyperlink tags using Aspose words for Java 19.4

@sbhutad2

The FieldHyperlink class implements the HYPERLINK field. You can use FieldHyperlink.Result property to get the text that is between the field separator and field end. The FieldHyperlink.Address property is used to get or set a location where this hyperlink jumps.

If you still face problem, please share your document and expected result here for our reference. We will then provide you more information on it.