This content has been marked as final.
Show 1 reply
-
1. Re: I need to preserve the local formatting while delete and replace styles using JS
Steven.. Aug 15, 2010 7:55 PM (in response to Green4ever)The scripting is an exact replica of the behavior in the UI. This is an old trick to remove local formatting you can use find and replace with the same style and it will remove the local formatting from just that style. If you want to avoid this, you should loop through the stories and the paragraph's and change style if == to your old style without clearing overrides

