IPrintDriver Interface
- public interface IPrintDriver
extends Pageable
, Printable
Driver interface implemented by IDocumentView objects that allows printing of the document.
-
All Known Implementing Classes
-
DefaultPrintDriver
-
All Superinterfaces
-
Pageable
, Printable
public static interface | IPrintDriver.Disabled
This is a marker interface to prevent usage of the default print driver.
|
public static interface | IPrintDriver.MultiThreadPrinting
Implementing classes may optionally implement this as well
if the document types can safely print off the AWT thread. |
getNumberOfPages() Method
public int getNumberOfPages()
getPageFormat(int) Method
public PageFormat
getPageFormat(int pageNumber)
getPrintable(int) Method
public Printable
getPrintable(int pageNumber)
setDefaultFormat(PageFormat) Method
public void setDefaultFormat(PageFormat
pf)
Set the default format for printing to the current printer.