Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
set the printTextStyle ¬
to textStyleList
The printTextStyle
property returns or sets the value of the default text style used by the print
command when you print an expression. The default value is plain
. printTextStyle
. set the printTextStyle to "bold"
set the printTextStyle to "bold,italic"
bold
condense
extend
group
italic
outline
plain
shadow
underline
In AppleScript, the comma-delimited list must be enclosed in brackets. Properties
Version 0.7b1 (March 24, 2022)