• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: scripting InDesign's Articles Panel
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: scripting InDesign's Articles Panel


  • Subject: RE: scripting InDesign's Articles Panel
  • From: Hans-Gerd claßen <email@hidden>
  • Date: Sat, 14 Jul 2012 20:02:07 +0200

Hi,
it's all part of the scripting guide ;-)

tell application "Adobe InDesign CS5.5"


tell active document
set article1 to make article with properties {name:"Article1"}
set article2 to make article with properties {name:"Article2"}
set article3 to make article with properties {name:"Article3"}
set article4 to make article with properties {name:"Article4"}
move article4 to beginning of article 0 --which is an index; should be the first now
move article1 to end of article 0 --should be the second now
move article3 to after article4 --should be the second now; article 1's now the third
move article2 to before article1 --should be the third now; 1's now the last
end tell
end tell

Hope it'll work!

Hans-Gerd Classen


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: Re: OS X 10.8 Mountain Lion
  • Next by Date: Alter those 3 line .srt files!
  • Previous by thread: RE: scripting InDesign's Articles Panel
  • Next by thread: applet versus droplet
  • Index(es):
    • Date
    • Thread