InDesign Javascript hyperlinks question
Hi there,
Using the following (trimmed down)...
app.findGrepPreferences.findWhat = "FredBloggs";
var myFound = app.activeDocument.findGrep();... I'm able to find an instance of the word I'm looking for.
The text in question has a Hyperlink Text Anchor on it in the InDesign document.
I've listed all the properties of myFound[0] but can't see anything to do with hyperlinks/anchors etc. Have I missed something or isn't that property available?
Please can someone point me in the right direction.
Thanks in advance.
