Reply To: Clear Overrides Throughout Document on Particular Object StyleObject

Home Page / Forums / InDesign Add-ons (Scripts, Scripting, and Plug-ins) / Clear Overrides Throughout Document on Particular Object StyleObject / Reply To: Clear Overrides Throughout Document on Particular Object StyleObject

#94629

Shorter:

var D = app.activeDocument, O = D.pageItems.everyItem().getElements(), S = D.objectStyles.item(“s”), P = O.length; while (P–) if (O[P].appliedObjectStyle == S) O[P].applyObjectStyle(S);

(^/) =D

This article was last modified on May 12, 2017

Comments (0)

Loading comments...