JAVA Tech VERSION 3.0 Marine Radio User Manual


 
56
5656
56
Printing
printPage()
E.g. ViewONE.printPage();
Produces a print dialog to allow the user to print the current page.
Security note: This method is disabled by default unless the
“JavascriptExtensions” parameter is set to “true”.
printDocument()
E.g. ViewONE.printDocument();
Produces a print dialog to allow the user to print the current document (available for multi-
page documents only).
Security note: This method is disabled by default unless the
“JavascriptExtensions” parameter is set to “true”.
printRange()
E.g. ViewONE.printRange();
Produces a range dialog followed by a print dialog to allow the user to print a range of
pages in a document (available for multi-page documents only).
Security note: This method is disabled by default unless the
“JavascriptExtensions” parameter is set to “true”.
Method:
Method:
Method:
Method: