Skip to main content
Inspiring
November 22, 2018
Answered

finding unused paragraph styles from InDesign paragraph style panel

  • November 22, 2018
  • 3 replies
  • 1668 views

Dear All,

Is it possible to extract the unused paragraph styles name from paragraph style panel. In the paragraph style panel we can select the select All Unused option.

But , I need to extract the selected paragraph style name from panel.

Regards,

Prakash Chinnasamy

This topic has been closed for replies.
Correct answer Laubender

Hi Prakash,

use menu command: Select All Unused

( A script could do this as well.)

next do: New Group from Styles…

( A script could do this as well.)

hit: OK

( Unfortunately a script cannot do this. That's the dealbreaker here.)

Then a script could read out the names or other properties from the styles of that group. Regardless of the name of the group or position in the paragraph styles panel. If one hits OK the group will always be added to the root.

The latest style group added can be easily identified by its internal ID number. It's always the style group with the highest ID number in the paragraph styles panel.

Regards,
Uwe

3 replies

LaubenderCommunity ExpertCorrect answer
Community Expert
November 22, 2018

Hi Prakash,

use menu command: Select All Unused

( A script could do this as well.)

next do: New Group from Styles…

( A script could do this as well.)

hit: OK

( Unfortunately a script cannot do this. That's the dealbreaker here.)

Then a script could read out the names or other properties from the styles of that group. Regardless of the name of the group or position in the paragraph styles panel. If one hits OK the group will always be added to the root.

The latest style group added can be easily identified by its internal ID number. It's always the style group with the highest ID number in the paragraph styles panel.

Regards,
Uwe

Inspiring
November 23, 2018

Thank you Laubender ,

I have tried it working for me also fulfill my requirement.

Colin Flashman
Community Expert
Community Expert
November 22, 2018

Will something like Kasyan Servetsky's Export Paragraph Style Descriptions settings script be of use? Export paragraph style description settings

There is a similar thread that may be of assistance: How do I export my type specs from style sheets to text file

If the answer wasn't in my post, perhaps it might be on my blog at colecandoo!
BobLevine
Community Expert
Community Expert
November 22, 2018

Try the scripting forum.