How to Exclude Master / Parent pages from the words collection?
Hi Experts.
in this words collection it will include all the words in current doc plus the words in master / parent pages
words = app.documents[0].stories.everyItem().words.everyItem().getElements(); //Include Master Pages
my question how to modify it to only collect words in the current document and exclude master/parent pages ? and thanks in advance
