Skip to main content
Inspiring
July 18, 2018
Question

Import Styles (Specific Style)

  • July 18, 2018
  • 1 reply
  • 2534 views

Hi,

     I need to import specific styles from one document to another document as shown in the below screenshot. I have searched in forum, from that what i feel is , we can import all styles only.

     Don't know how to import specific character and paragraph styles ?

- Sudha K

This topic has been closed for replies.

1 reply

payalm68947498
Inspiring
July 18, 2018

hi sudha,

     uncheck all style first and then select that specific style you want to import in a document.

Sudha_KAuthor
Inspiring
July 18, 2018

Hi,

     I need to do this in script. Not in manual.

    

    I need to do import specific styles (using style names) into new or another document using javascript.  Is it possible??

payalm68947498
Inspiring
July 18, 2018

It is not possible to import specific style, you can import all paragraph style or character style or object style, etc

but not single paragraph style or character style.

var myDoc = app.documents[0];

var preFile = File("filePath")

myDoc.importStyles(ImportFormat.PARAGRAPH_STYLES_FORMAT, preFile, GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE);