• 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
grab article code
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grab article code


  • Subject: grab article code
  • From: "email@hidden" <email@hidden>
  • Date: Wed, 02 Oct 2013 10:49:09 +0200 (CEST)
  • Importance: Medium

hi All,
 
I need to identify "article numbers" in a table in indesign CS5.5.
 
So the design is a multiple tables... identifier is the name "article number" then I need to grab all the numbers in that same column.
 

tell application "Adobe InDesign CS5.5"
  set find text preferences to nothing
  set change text preferences to nothing
  set find what of find text preferences to "article number"
  tell document 1
      tell page 1
      find text "article number"
      end tell
  end tell
end tell

The above code identifies the location of the article number, but now I need to grab the content below it. Looking into the dark.

Many thanks for any help,

John

 _______________________________________________
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: using applescript to navigate a browser
  • Next by Date: is it normal ?
  • Previous by thread: Re: using applescript to navigate a browser
  • Next by thread: is it normal ?
  • Index(es):
    • Date
    • Thread