Package | Description |
---|---|
com.qoppa.pdf |
General classes used by different objects throughout the library.
|
com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
com.qoppa.pdfNotes |
PDFNotesBean, toolbar and related classes.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
com.qoppa.pdfViewer |
PDFViewerBean and related classes.
|
Constructor and Description |
---|
PrintSettings(PrintSettings init)
Constructs a new PrintSettings object and initializes to init.
|
Modifier and Type | Method and Description |
---|---|
PrintSettings |
IPDFDocument.getPrintSettings()
Get the current PrintSettings object.
|
Modifier and Type | Method and Description |
---|---|
void |
IPDFDocument.print(PrintSettings printSettings)
Prints this PDF document.
|
void |
IPDFPage.printPage(Graphics2D g2d,
PageFormat pf,
PrintSettings printSettings)
Prints this page given a page format describing the printer's page and
a PrintSettings object.
|
void |
IPDFDocument.setPrintSettings(PrintSettings printSettings)
Set the PrintSettings to be used on the next printout.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFNotesBean.print(PrintSettings printSettings) |
Modifier and Type | Method and Description |
---|---|
PrintSettings |
PDFDocument.getPrintSettings()
Get the current PrintSettings object.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFDocument.print(PrintSettings printSettings)
Prints this PDF document.
|
void |
PDFDocument.print(String printerName,
PrintSettings printSettings)
Prints this PDF document to the specified printer, by name.
|
void |
PDFDocument.print(String printerName,
PrintSettings printSettings,
PrintRequestAttributeSet printAttrSet)
Prints this PDF document to the specified printer, by name and passes the print request attribute set to the printer job.
|
void |
PDFDocument.setPrintSettings(PrintSettings printSettings)
Set the PrintSettings to be used on the next printout.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFViewerBean.print(PrintSettings printSettings)
Prints the PDF document to a printer.
|
void |
PDFViewerBean.setPrintSettings(PrintSettings printSettings)
Sets the print settings to be used when the print button is
activated from the toolbar.
|