Adobe InDesign placing text or picture box on a layer?
Adobe InDesign placing text or picture box on a layer?
- Subject: Adobe InDesign placing text or picture box on a layer?
- From: Tony White L1 <email@hidden>
- Date: Mon, 14 Nov 2005 02:13:43 -0500
I am working on my first AppleScript for Adobe InDesign
I have been able to place a text box on a page using the following:
tell application "InDesign CS"
activate
tell document 1
set the_text to "p1" & return & "p2"
tell page 4
set myTextFrame to make text frame with properties {geometric
bounds:{9.625, (0.5 + 10), 10.5, 5.917}, stroke weight:0,
label:"information", contents:the_text}
end tell
end tell
end tell
Is there a way to specify what layer that text box is created on, either at
the time of creation or just after?
Thanks in advance for any thoughts on this.
All the best,
Tony White
Tony White Designs, Inc.
118 Remsen Street
Brooklyn, NY 11201
Tel: 718-797-4175
email@hidden
http://www.twdesigns.com
_______________________________________________
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