/ Published in: Other

Expand |
Embed | Plain Text
#target "InDesign" with (app) { try { var myDoc = activeDocument; var myStory = selection[0].parentStory; } catch (error) { alert(error); } }
You need to login to post a comment.
#target "InDesign" with (app) { try { var myDoc = activeDocument; var myStory = selection[0].parentStory; } catch (error) { alert(error); } }
You need to login to post a comment.