Re: AppleScript, Pages and Text boxes (part 1)
Re: AppleScript, Pages and Text boxes (part 1)
- Subject: Re: AppleScript, Pages and Text boxes (part 1)
- From: Yvan KOENIG <email@hidden>
- Date: Fri, 19 Mar 2010 06:55:43 +0100
Le 18 mars 2010 à 23:38, Axel Luttgens a écrit : tell application "Pages" tell front document tell first graphic single color end tell end tell end tell
Thanks Axel. Here is the way I will us your tip :
tell application "Pages" to tell front document repeat with g in every graphic tell g to if get class is text box then if single color is {65535, 65535, 13107} then set single color to missing value end repeat end tell
Yvan KOENIG (VALLAURIS, France) vendredi 19 mars 2010 06:54:51
|
_______________________________________________
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