Reply To: How to reapply styles to get rid of local formating automatically?

Home Page / Forums / InDesign Add-ons (Scripts, Scripting, and Plug-ins) / How to reapply styles to get rid of local formating automatically? / Reply To: How to reapply styles to get rid of local formating automatically?

#58563

Try this, for the main text:

app.activeDocument.stories.everyItem().paragraphs.everyItem().clearOverrides(OverrideType.ALL);

I think it doesn't work for text in tables and/or footnotes, because these are part of some other internal model.

This article was last modified on January 31, 2011

Comments (0)

Loading comments...