Re: Adobe InDesign placing text or picture box on a layer?
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