User Guide

32 The Fireworks Object Model
Objects within Fireworks documents
This section describes the objects that can get or set the properties of elements in a Fireworks
document. For syntax on accessing Fireworks documents and elements within them, see
Accessing a Fireworks document” on page 10 and “Passing values” on page 10.
userJsCommandsDir
string The path to the user-level Commands
directory, which is expressed as a file://
URL.
In Fireworks, this folder is stored on a per-
user basis on multiuser systems. Even on
single-user systems, this folder is not inside
the Fireworks installation directory.
userSmartShapesDir string The path to the user’s Auto Shapes
directory, which is expressed as a file://
URL
userSmartShapeToolsDir string The path to the user’s Auto Shape Tools
directory, which is expressed as a file://
URL.
userSymbolLibrariesDir string The path to the user’s Symbol Libraries,
which is expressed as file://URL.
userSwfCommandsDir
string The path to the user-level SWF Commands
directory, which is expressed as a file://
URL.
In Fireworks, this folder is stored on a per-
user basis on multiuser systems. Even on
single-user systems, this folder is not inside
the Fireworks installation directory.
xhtmlFormat
Boolean Determines whether the JavaScript
interpreter should output XHTML
formatted files or HTML formatted files;
XHTML (
true) or HTML (false).
NOTE
For information on how to format nonstandard data types, such as rectangle or point,
see “Formatting nonstandard data types” on page 11.
Property Data type Notes