• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AppleWorks 6: how do you set text style?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: AppleWorks 6: how do you set text style? (From: Donald Hall <email@hidden>)

  • Prev by Date: Re: How do I prevent dialogs? and other questions
  • Next by Date: Re: Bug in (scripting) Excel.
  • Previous by thread: Re: AppleWorks 6: how do you set text style?
  • Next by thread: Re: AppleWorks 6: how do you set text style?
  • Index(es):
    • Date
    • Thread