Top Description Methods
javax.print

public Interface MultiDocPrintService

extends PrintService

Interface MultiPrintService is the factory for a MultiDocPrintJob. A MultiPrintService describes the capabilities of a printer and can be queried regarding a printer's supported attributes.

Method Summary

Modifier and TypeMethod and Description
public MultiDocPrintJob

Returns:

a MultiDocPrintJob
createMultiDocPrintJob
()

Create a job which can print a multiDoc.

Inherited from javax.print.PrintService:
addPrintServiceAttributeListenercreatePrintJobequalsgetAttributegetAttributesgetDefaultAttributeValuegetNamegetServiceUIFactorygetSupportedAttributeCategoriesgetSupportedAttributeValuesgetSupportedDocFlavorsgetUnsupportedAttributeshashCodeisAttributeCategorySupportedisAttributeValueSupportedisDocFlavorSupportedremovePrintServiceAttributeListener

Method Detail

createMultiDocPrintJobback to summary
public MultiDocPrintJob createMultiDocPrintJob()

Create a job which can print a multiDoc.

Returns:MultiDocPrintJob

a MultiDocPrintJob