Reply To: Clear overrides selectively

#110825

It’s simplistic! ;-)

var myParas = app.activeDocument.stories.everyItem().paragraphs.everyItem().getElements(),
P = myParas.length, p;
for ( p = 0; p < P ; p++) if ( myParas[p].appliedParagraphStyle.name != “NumberedListStyle” ) myParas[p].clearOverrides();

Best,
Michel, for FRIdNGE

This article was last modified on October 9, 2018

Comments (0)

Loading comments...