Re: InDesign CS3, apply object styles
Re: InDesign CS3, apply object styles
- Subject: Re: InDesign CS3, apply object styles
- From: seuzo <email@hidden>
- Date: Thu, 22 Nov 2007 00:51:27 +0900
tell document 1 of application "Adobe InDesign CS3"
set my_obj_style to object style "skyggebilde"
tell page 1
set myRectFrame to make new rectangle with properties {geometric
bounds:{10, 10, 100, 100}}
tell myRectFrame
apply object style using my_obj_style --with clearing overrides
end tell
end tell
-- or
--apply object style myRectFrame using object style "skyggebilde" --
with clearing overrides
end tell
--
seuzo
http://www.seuzo.jp/
_______________________________________________
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