Module java.desktop

Class NumberOfDocuments

java.lang.Object
javax.print.attribute.IntegerSyntax
javax.print.attribute.standard.NumberOfDocuments
All Implemented Interfaces:
Serializable, Cloneable, Attribute, PrintJobAttribute

public final class NumberOfDocuments extends IntegerSyntax implements PrintJobAttribute
Class NumberOfDocuments is an integer valued printing attribute that indicates the number of individual docs the printer has accepted for this job, regardless of whether the docs' print data has reached the printer or not.

IPP Compatibility: The integer value gives the IPP integer value. The category name returned by getName() gives the IPP attribute name.

See Also: