com.sun.pdfview
public class PDFPrintPage extends java.lang.Object implements java.awt.print.Printable
Constructor and Description |
---|
PDFPrintPage(PDFFile file)
Create a new PDFPrintPage object for a particular PDFFile.
|
Modifier and Type | Method and Description |
---|---|
void |
doCancel()
Cancel the print job.
|
void |
hide()
Close the progress dialog.
|
int |
print(java.awt.Graphics g,
java.awt.print.PageFormat format,
int index) |
void |
printFile(java.lang.String filename,
boolean setupPaper)
An example method to print a file.
|
void |
show(java.awt.print.PrinterJob pjob)
Show the progress dialog for this print job
|
public PDFPrintPage(PDFFile file)
file
- the PDFFile to be printed.public void printFile(java.lang.String filename, boolean setupPaper) throws java.io.IOException
filename
- The path of the PDF file to print.setupPaper
- true to post a page setup dialogjava.io.IOException
public void show(java.awt.print.PrinterJob pjob)
pjob
- the PrinterJob representing the print jobpublic void hide()
doCancel
instead.public void doCancel()
public int print(java.awt.Graphics g, java.awt.print.PageFormat format, int index) throws java.awt.print.PrinterException
print
in interface java.awt.print.Printable
java.awt.print.PrinterException