Hi, I wonder if there is an easy way to tell IND (CS5) to reapply all styles and override local formating. I have my document imported from MSWord with styles matching, so all my styles are applied – yet the local formating from MSW is still there. (and setting character styles to none does not do the trick).
All the features I need – such as italics, special fonts, such as syriac etc. are captured by character styles.
All I need now is to tell IND to reapply all paragraph styles again as if clicked with ALT – override local formating.
Is there a way to do it?
Couple of years ago I got this
from Peter Kahrel which reapplies fottnote style to all footnotes – which is very helpful indeed.
app.documents[0].stories.everyItem().footnotes.everyItem().paragraphs.everyItem().appliedParagraphStyle
= “your footnote style here”
Now I am wondering if somebody has a more general version to do that for all applied styles in the whole document.
Thanks Tomas