KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > DocPrintJob

javax.print
Interface DocPrintJob

All Known Subinterfaces:
CancelablePrintJob, MultiDocPrintJob
See Also:
Top Examples, Source Code

void addPrintJobAttributeListener(PrintJobAttributeListener listener,
                                  PrintJobAttributeSet attributes)
See Also:
removePrintJobAttributeListener(javax.print.event.PrintJobAttributeListener)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void addPrintJobListener(PrintJobListener listener)
See Also:
removePrintJobListener(javax.print.event.PrintJobListener)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


PrintJobAttributeSet getAttributes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


PrintService getPrintService()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void print(Doc doc,
           PrintRequestAttributeSet attributes)
           throws PrintException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void removePrintJobAttributeListener(PrintJobAttributeListener listener)
See Also:
addPrintJobAttributeListener(javax.print.event.PrintJobAttributeListener, javax.print.attribute.PrintJobAttributeSet)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void removePrintJobListener(PrintJobListener listener)
See Also:
addPrintJobListener(javax.print.event.PrintJobListener)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags