Re: Recommendations for AppleScript Formatting
Re: Recommendations for AppleScript Formatting
- Subject: Re: Recommendations for AppleScript Formatting
- From: Ehsan Saffari <email@hidden>
- Date: Thu, 25 Oct 2001 21:28:53 -0600
On Wed, 24 Oct 2001, Mark Alldritt <email@hidden> wrote:
>
Note that in SD3, the AppleScript formatting settings are scriptable, so you
>
can write a script that saves your preferred settings, applies settings
>
suitable for export, run the HTML export and finally restore your preferred
>
settings
From SD 3.0.1 dictionary:
Class AppleScript format: formatting of a particular AppleScript language
element
Properties:
name string [r/o] -- the name of the language element covered by this
format
id integer [r/o] -- the formats ID (as defined in AppleScript.h)
font string [r/o] -- the font name used
size integer [r/o] -- the font size used
color RGB color -- the color used
style text style info [r/o] -- the text style used
would be nice if font, size, and text styles were modifiable too.
cheers
ehsan