Ask a Question related to Adobe Indesign Windows, Design and Development.
-
jaime_ash@adobeforums.com #1
Remove all paragraph and character style overrides
Does InDesign CS have a quick way to remove all paragraph and character style overrides throughout a document?
jaime_ash@adobeforums.com Guest
-
Nested Paragraph Style Question
Hi, the manual is pretty vague about some of the specifics of handling nested paragraph styles. I'm seeing if they will help me in a catalog. I... -
Default font for [No paragraph style]
Hi everyone, Every time I make a new text frame ID is changing the font to Times New Roman. I checked the preferences and didn't see anything... -
paragraph style organization
I am currently working a quite a few books that have over 70 paragraph styles. OH MY ! what a long list to scroll through! Is there a way to... -
Paragraph and Character Styles, which should I be using?
I'm working on a long document. I've created a ton of styles for both Paragraphs and Characters and it's becoming unmanagable and difficult to... -
how to create a bullet paragraph style
I have just recently bought the creative suite, and am looking for this Pagemaker Plugin Pack. The PM Plugin details page says that it is shipped... -
Jens Schulze #2
Re: Remove all paragraph and character style overrides
> Does InDesign CS have a quick way to remove all paragraph
There is no native function for this, but it can be archived through the> and character style overrides throughout a document?
scripting interface. You should ask in the adobe.scripting.indesign
newsgroup/forum if there is anyone that may help you write a script. I bet
Dave already have a suitable platform-independent Javascript for this
problem in his magical sourcecode book.
Jens
Jens Schulze Guest
-
Sharon_Hipp@adobeforums.com #3
Re: Remove all paragraph and character style overrides
Create a style of your choosing that has no formatting in it. Select all your imported text, press Ctrl+Alt and your new style. That strips it of everything and you are ready to go.
Sharon_Hipp@adobeforums.com Guest
-
mikewitherell_at_jetsetcom_dot_net #4
Re: Remove all paragraph and character style overrides
Ready to go broke, you mean. Sharon, you don't won't to zero out all the formatting. You want to cook the formatting down to only the paragraph styles while not having any direct formatting nor any character styles. Not so easy to do.
Mike Witherell in Washington DC
mikewitherell_at_jetsetcom_dot_net Guest
-
Marilyn_Langfeld@adobeforums.com #5
Re: Remove all paragraph and character style overrides
Well, I was hoping someone would have a script for you. I don't, not exactly. But I do have one that Dave Saunders wrote for Mac InDesign (see his website <http://www.pdsassoc.com> for more information). I'm sure someone here could base a Windows-compatible script on it (or maybe Dave could upgrade it to Javascript). So here it is:
tell application "InDesign CS"
set myStyles to every paragraph style of document 1
set find preferences to nothing
set change preferences to nothing
set myStyles to rest of myStyles -- dump "No Style"
repeat with myStyle in myStyles
search document 1 for "" replacing with "" with find attributes {applied paragraph style:myStyle} with change attributes {applied paragraph style:myStyle}
end repeat
end tell
Here's what I normally do with an imported Word document. First I run a script that deletes double para returns, double tabs, para return followed by word space, double space. Then I look for italics, superscripts, bold italics, etc. I use find/replace to change them to appropriate character styles I've created for this purpose.
If I'm working with a Word document I've set up for my magazine client, they have already done some basic para styling. So I just run the script above to get rid of the + signs. If not, I just select all, style all paras as body, then run through the document setting other styles as needed. Then I can run the script to get rid of any remaining local formatting.
Marilyn_Langfeld@adobeforums.com Guest
-
Unregistered #6
Remove all paragraph and character style overrides
You can do this one style at a time with the Find/Change function in the edit menu.
From the Find/Change dialog, select the Style you want to clear all overrides from in both the Find format and the Change format box.
I can't see any years on the question or answers above, but it's now October 2011 and I'm using InDesign CS5.Unregistered Guest



Reply With Quote

