| Package | Description |
|---|---|
| javax.print |
Provides the principal classes and interfaces for the Java
TM Print Service API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDoc
This class is an implementation of interface
Doc that can be used in many common printing requests.
|
| Modifier and Type | Method and Description |
|---|---|
Doc |
MultiDoc.getDoc()
Obtain the current doc object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocPrintJob.print(Doc
Prints a document with the specified job attributes.
|