Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

finding unused paragraph styles from InDesign paragraph style panel

Explorer ,
Nov 22, 2018 Nov 22, 2018

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.

extarctstylefrompanel.png

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

Regards,

Prakash Chinnasamy

1.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 22, 2018 Nov 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 identif

...
Translate
Community Expert ,
Nov 22, 2018 Nov 22, 2018

Try the scripting forum.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 22, 2018 Nov 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!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 22, 2018 Nov 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 22, 2018 Nov 22, 2018
LATEST

Thank you Laubender ,

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines