Incorrect hyperlink format after anonymize a word document

I have a word 2013 document with a simple hyperlink and the XML content of that hyperlink is:

<w:p w:rsidR="002D5CD2" w:rsidRDefault="00F32E9C">
	<w:hyperlink r:id="rId4" w:history="1">
		<w:r w:rsidRPr="00F32E9C">
			<w:rPr>
				<w:rStyle w:val="Hyperlink"/>
			</w:rPr>
			<w:t>https://www.sapo.pt</w:t>
		</w:r>
	</w:hyperlink>
	<w:bookmarkStart w:id="0" w:name="_GoBack"/>
	<w:bookmarkEnd w:id="0"/>
</w:p>

And after anonymizing the document it is not correct anymore:

<w:p w:rsidR="002D5CD2">
	<w:r>
		<w:fldChar w:fldCharType="begin" />
	</w:r>
	<w:r>
		<w:instrText xml:space="preserve"> HYPERLINK "https://www.sapo.pt" </w:instrText>
	</w:r>
	<w:r>
		<w:fldChar w:fldCharType="separate" />
	</w:r>
	<w:r w:rsidRPr="00F32E9C">
		<w:rPr>
			<w:rStyle w:val="Hyperlink" />
		</w:rPr>
		<w:t>https://www.sapo.pt</w:t>
	</w:r>

	<w:r>
		<w:fldChar w:fldCharType="end" />
	</w:r>
	<w:bookmarkStart w:id="0" w:name="_GoBack" />
	<w:bookmarkEnd w:id="0" />
</w:p>

The content of the hyperlink is not correct anymore.
I am using version 17.10.0.

Could I have some help on this?

Regards,
Hugo.

@translationcenter,

Thanks for your inquiry. This is a missing feature in Aspose.Words API. We have already logged it as WORDSNET-16965 in our issue tracking system. You will be notified via this forum thread once this feature is available.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-16965) have been fixed in this Aspose.Words for .NET 18.7 update and this Aspose.Words for Java 18.7 update.