Thursday, March 13, 2014

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

1 comment: