HELP... how to determine when an object has a hyperlink??
anybody me plss??
1.- add hyperlink object in indesign cs2
select object (textframe. image), right click > interactive > new hyperlink
2.-in visual studio (vb)
try...
each objtxtframe in iddoc.textframes
'how determine when object has hyperlink??
next
and
each objhyperlink in iddocactual.hyperlinks
msgbox(objhyperlink.id) ' ok
next
i want know id of object has hyperlink
ayuda por favor
http://jongware.mit.edu/idcs6js/pc_hyperlinkpageitemsource.html -- check sourcepageitem.
More discussions in InDesign Scripting
adobe
Comments
Post a Comment