Copy link to clipboard
Copied
Hi, I have a Word doc that I imported into InDesign with a ton of images that are inline. They do not have object styles applied, but I would like to find them all and apply a paragraph style to them. Is there a way to do this either with the find/replace or a script? Thank you!
Windows
InDesign v19.5 x64
Hi Diana,
you want to apply a paragraph style to an image?
Do you want to apply the paragraph style to the paragraph the image is anchored to?
Then do Find Text:
<FFFC>
Replace with formatting:
Your desired paragraph style
Do that only on the one story you imported from word.
Hm. Or do you want to apply an object style to the inline anchored images?
That would require a different strategy; perhaps even scripting.
Regards,
Uwe Laubender
( Adobe Community Expert )
Copy link to clipboard
Copied
Hi Diana,
you want to apply a paragraph style to an image?
Do you want to apply the paragraph style to the paragraph the image is anchored to?
Then do Find Text:
<FFFC>
Replace with formatting:
Your desired paragraph style
Do that only on the one story you imported from word.
Hm. Or do you want to apply an object style to the inline anchored images?
That would require a different strategy; perhaps even scripting.
Regards,
Uwe Laubender
( Adobe Community Expert )
Copy link to clipboard
Copied
@Laubender Thank you! That is exactly what I was looking for! Appreciate the quick response, saves me a ton of time. 🙂
Copy link to clipboard
Copied
Hi Diana,
thank you for your positive feedback.
You may wonder how I found the find pattern for text. What I did is:
[1] Selected the anchor character, not the anchored object itself, with the text tool.
[2] Checked the Info panel for the Unicode value what is selected:
The Info panel says:
Unicode: 0xFFFC
The code after the x is the important one.
With Find Text you can find a character with a known unicode value when you surround it by brackets like that:
<FFFC>
Regards,
Uwe Laubender
( Adobe Community Expert )
Copy link to clipboard
Copied
Wow, I would've never figured that out! Thanks for sharing, I shared this with my co-worker as well and she's so thankful!