Re: Anyone help with applescript/InDesign??
Re: Anyone help with applescript/InDesign??
- Subject: Re: Anyone help with applescript/InDesign??
- From: Jerry Hart <email@hidden>
- Date: Sat, 10 Aug 2002 08:22:43 -0700
OK, here goes.......
I would like to write a script that searches the current document (can I do
this for a whole book) for various heading styles and makes them hyperlink
destinations. I can figure out how to set up find preferences, but cannot
work out how to go any further.......
tell application "InDesign 2.0.1"
set MyBook to book "TC704Book_07Aug02"
set MyDocument to document "TC704ORG_07Aug02"
set find preferences to nothing
set applied paragraph style of find preferences to paragraph style
"Heading 1" of MyDocument
end tell
I am a complete beginner (duh!)....... All help gratefully received :-)
Thanks again,
Jerry
On 10/8/02 01:35, "Shane Stanley" <email@hidden> wrote:
>
On 10/8/02 4:14 PM +1000, Jerry Hart, email@hidden, wrote:
>
>
> I am a newbie to applescript..... And need to automate some stuff in
>
> InDesign (creation of hyperlinks from heading styles). Is there some wiz out
>
> there that can give me some pointers?
>
>
Lots of us can give pointers, but we need to see some code to give pointers
>
on. Start with the stuff in scripting manual, and ask questions when you hit
>
problems.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.