InDesign Text Frames and Stroke
InDesign Text Frames and Stroke
- Subject: InDesign Text Frames and Stroke
- From: Peter Kahn <email@hidden>
- Date: Sun, 28 Jul 2002 21:33:20 -0400
Why does the following not generate a stoke around my text box?
tell application "InDesign 2.0"
make document
tell spread 1 of document 1
make text frame
tell text frame 1
set visible bounds to {2, 2, 4, 5}
set stroke weight to 7
end tell
end tell
end tell
If I write the same script with a rectangle it works fine.
Any help would be greatly appreciated.
Thanks
pk
_______________________________________________
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.