• 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: Rick Gordon <email@hidden>
  • Date: Fri, 13 Jul 2012 15:11:37 -0700

I haven't really explored this, but it looks like something like:

tell myArticle
  set myMember to make new article member at end with properties {item ref:myObjectRef1}
  tell myMember
    set mychild to make new article child at end with properties {item ref:myObjectRef2}
  end tell
end tell

Rick Gordon

------------------

On 7/13/12 at 4:40 PM -0400, Larry McMunn wrote in a message entitled
"scripting InDesign's Articles Panel":

>Anybody out there scripting InDesign's Articles Panel?
>
>I can create an Articles Panel with:
>    set theArticle to make new article with properties {name:"HTML article"}
>
>I can add all the page items to the Articles Panel with:
>    tell theArticle to add document content
>
>This adds all the page items, but not in the order I want.
>
>Any thoughts on how to add page items individually in the order I want, or possibly rearrange them if I use the code above to put them into the Articles Panel?

--
___________________________________________________

RICK GORDON
EMERALD VALLEY GRAPHICS AND CONSULTING
___________________________________________________

WWW:   http://www.shelterpub.com
 _______________________________________________
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

References: 
 >scripting InDesign's Articles Panel (From: Larry McMunn <email@hidden>)

  • Prev by Date: scripting InDesign's Articles Panel
  • Next by Date: Re: XMLlib
  • Previous by thread: scripting InDesign's Articles Panel
  • Next by thread: RE: scripting InDesign's Articles Panel
  • Index(es):
    • Date
    • Thread