Search
Workbook.print Method (PageFormat, String)
See Also
 






Prints the current workbook using the specified page format.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void print (
    PageFormat pageFormat,
    String printer
)

 Parameters

pageFormat

The size and orientation of each page to be printed.

printer

Specifies the destination printer

 See Also