Hi,
I am using the InsertHyperlink function of DocumentBuilder to insert a hyperlink into my Aspose.Word.Document. Everything works perfectly as far as inserting the link . However, I am trying to find a way to color the hyperlink in generated Word document to blue. I tried to use the Aspose.Words.Styles collection to apply the font color to the Hyperlink style, but it didn't seem to work. In fact, I iterated through the styles and it did not even find the Hyperlink StyleIdentifier. Any ideas?
Thanks!