Package | Description |
---|---|
javax.print |
Provides the principal classes and interfaces for the
JavaTM Print Service API.
|
Modifier and Type | Method and Description |
---|---|
abstract MultiDocPrintService[] |
PrintServiceLookup.getMultiDocPrintServices(DocFlavor[] flavors,
AttributeSet attributes)
Not called directly by applications.
|
static MultiDocPrintService[] |
PrintServiceLookup.lookupMultiDocPrintServices(DocFlavor[] flavors,
AttributeSet attributes)
Locates MultiDoc print Services capable of printing MultiDocs
containing all the specified doc flavors.
|