• 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: Adobe InDesign placing text or picture box on a layer?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adobe InDesign placing text or picture box on a layer?


  • Subject: Re: Adobe InDesign placing text or picture box on a layer?
  • From: Shane Stanley <email@hidden>
  • Date: Wed, 16 Nov 2005 08:00:31 +1100
  • Thread-topic: Adobe InDesign placing text or picture box on a layer?

On 16/11/05 1:27 AM, "Tony White L1" <email@hidden> wrote:

>            tell myPictureBox
>                 apply object style "blue" -- of mydocument using selection
>             end tell

One of the keys to scripting InDesign and retaining any hair is to think in
references rather than object names. So:

tell application "Adobe InDesign CS2"
    tell document 1
        set theStyle to object style "blue"
        apply object style myPictureBox using theStyle with clearing
overrides
    end tell
end tell

--
Shane Stanley <email@hidden>



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Adobe InDesign placing text or picture box on a layer? -> apply object style
      • From: Tony White L1 <email@hidden>
References: 
 >Re: Adobe InDesign placing text or picture box on a layer? (From: Tony White L1 <email@hidden>)

  • Prev by Date: Re: Word 2 PDF
  • Next by Date: (no subject)
  • Previous by thread: Re: Adobe InDesign placing text or picture box on a layer?
  • Next by thread: Re: Adobe InDesign placing text or picture box on a layer? -> apply object style
  • Index(es):
    • Date
    • Thread