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

Importing Graphic Styles

New Here ,
Mar 02, 2011 Mar 02, 2011

What is the best way to import graphic styles from another document (Win XP, JS)?

I know there are Document methods for importing CharacterStyles and ParagraphStyles... but why not graphic styles?

TOPICS
Scripting
408
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
Adobe
Community Expert ,
Mar 02, 2011 Mar 02, 2011
LATEST

no direct way that I know of, but it is possible, I would

- create a temporary pathItem

- apply the desired Graphic Style

- copy the temp pathItem and paste in into the destination document

- delete the temp item from both source and destination documents


- loop thru all graphic styles if I needed all graphic styles imported

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