How to deselect all Indesign objects in Javascript
It took me a while the other day to find this. How do you deselect all selected items in Indesign using javascript? app.activeDocument.select(NothingEnum.NOTHING); thanks to Martin Rohart http://stackoverflow.com/users/444208/martinrohart
app.select(NothingEnum.NOTHING)
ReplyDelete