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

Paragraphstyle options "ResetToBase" and "Style Setting" button

Community Beginner ,
Mar 13, 2019 Mar 13, 2019

Hi Friends,

I need to use "ResetToBase" (or) "Style Setting" in ParagraphStyle Options in indesign CC2018 Script. Can anyone help me, please? I can't seem to find the answer in the scripting guide and javascript "Data Browser". I have attached the screenshot for your reference in the below:

ResetToBase.png

Regards,

SK

TOPICS
Scripting
439
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 Beginner ,
Mar 13, 2019 Mar 13, 2019

Hi Friends,

Any suggestion? Please share your knowledge. 

Thanks,

KS

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 ,
Mar 13, 2019 Mar 13, 2019
LATEST

If you want to reset the paragraph style to its base then it effectively having a paragraph style with the same settings as the one on which it is based on. One way could be to create a new paragraph style based on same paragraph style that you want to reset. Like below

Suppose you want to reset to base PStyle named A based on PStyle named B

Create a new PStyle named C based on B

Now you could use Find/Change to find all the places where paragraph style A is applied and then change it to C.

-Manan

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