Load Style Sheets Action
Event Function: LoadStyles
The Load Style Sheets action attaches a style sheet to the current document.
Using the Events tab
Under | Enter | Example |
---|---|---|
Run Skip Condition |
If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed. |
|
File Name |
Name of the style sheet file in current working directory, or full path otherwise |
"c:\Program Files\Caseware\styles\style.sty" |
Syntax (if entering it in the Equation bar)
ACTION("LoadStyles", expr)
Where
expr = entry under File Name
How the example will appear in the Equation bar
ACTION("LoadStyles", "c:\Program Files\Caseware\styles\nopriors.sty")