Re: AppleWorks 6: how do you set text style?
Re: AppleWorks 6: how do you set text style?
- Subject: Re: AppleWorks 6: how do you set text style?
- From: david <email@hidden>
- Date: Sun, 28 Sep 2003 01:45:23 -0400
On Sunday, September 28, 2003, at 12:38 AM, Donald Hall wrote:
Thanks, Dale. A very useful suggestion.
I got the style working fine. Next I tried to set tab stops, but there
seems to be a bug in AW. Even trying to get the existing tab stops
causes the program to crash. Mr. Tea suggested using a stationery
document, which a am looking into.
Don:
The following example sets a tab at the beginning of the each paragraph
-----
tell application "AppleWorks 6"
make new document at front with data tab & "My First Paragraph" &
return & return & tab & "My Second Paragraph"
end tell
-----
The following example sets a tab at the beginning of the each column
-----
tell application "AppleWorks 6"
make new document at front with data tab & "Text 1" & tab & "Text 2" &
tab & "Text 3" & tab & "Text 4"
end tell
------
David In Maine
_______________________________________________
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.