Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
Frames
|
No Frames
Uses of Class javax.print.PrintException
Uses in package javax.print
Methods which throw type javax.print.PrintException
void
CancelablePrintJob
.
cancel
()
Cancel print job.
void
DocPrintJob
.
print
(
Doc
doc,
PrintRequestAttributeSet
attributes)
Prints a document with the specified print job attributes.
void
MultiDocPrintJob
.
print
(
MultiDoc
multiDoc,
PrintRequestAttributeSet
attributes)
Request a print of a
MultiDoc
object.
Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About