User Guide
Fireworks functions 259
fw.getNumberOfTables()
Availability
Fireworks MX.
Usage
fw.getNumberOfTables(filename)
Arguments
filename
The name of the file that contains the tables to be counted.
Returns
A long integer that represents the number of tables in the document.
Description
Returns the number of top-level (that is, non-nested) tables in a document.
fw.getPref()
Availability
Fireworks 3.
Usage
fw.getPref(prefkey)
Arguments
prefkey
A string that specifies the Preference value to return. A complete list of these values is
beyond the scope of this documentation, but the format of
prefkey exactly matches that in the
Fireworks Preferences file. To set a Preference value, use
fw.setPref().
Returns
A string or numeric Preference value.
Description
Returns the Preference value (string or numeric) that is associated with the specified
Preference key.
See also
fw.setPref()
fw.launchApp()
Availability
Fireworks MX.
Usage
fw.launchApp(appPath, filePathsToOpen)