User Guide

Print function 405
dreamweaver.getSystemFontList()
Availability
Dreamweaver 4.
Description
Returns a list of fonts for the system. This function can get either all fonts or only TrueType fonts.
These fonts are needed for the Flash Text object.
Arguments
fontTypes
The fontTypes argument is a string that contains either "all" or "TrueType".
Returns
An array of strings that contain all the font names; returns a value of null if no fonts are found.
Print function
The print function lets the user print code from Code view.
dreamweaver.PrintCode()
Availability
Dreamweaver MX.
Description
In Windows, this function prints all or selected portions of code from the Code view. On the
Macintosh, it prints all code or a page range of code.
Arguments
showPrintDialog, document
The showPrintDialog argument is true or false. If this argument is set to true, in
Windows, the
dreamweaver.PrintCode() function displays the Print dialog box to ask if the
user wants to print all text or selected text. On the Macintosh, the
dreamweaver.PrintCode() function displays the Print dialog box to ask if the user wants to
print all text or a page range.
If the argument is set to
false, dreamweaver.PrintCode() uses the users previous selection.
The default value is true.
The document argument is the DOM of the document to print. For information on how to
obtain the DOM for a document, see dreamweaver.getDocumentDOM()” on page 259.
Returns
A Boolean value: true if the code can print; false otherwise.
000_DW_API_Print.book Page 405 Wednesday, August 20, 2003 9:14 AM