| Package | Description | 
|---|---|
| javax.print.attribute | Provides classes and interfaces
that describe the types of JavaTM Print
Service attributes and how they can be collected into attribute sets. | 
| javax.print.attribute.standard | Package javax.print.attribute.standard
contains classes for specific printing attributes. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | SetOfIntegerSyntax. contains(IntegerSyntax attribute)Determine if this set-of-integer attribute contains the given integer
 attribute's value. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CopiesClass Copies is an integer valued printing attribute class that specifies the
 number of copies to be printed. | 
| class  | JobImpressionsClass JobImpressions is an integer valued printing attribute class that
 specifies the total size in number of impressions of the document(s) being
 submitted. | 
| class  | JobImpressionsCompletedClass JobImpressionsCompleted is an integer valued printing attribute class
 that specifies the number of impressions completed for the job so far. | 
| class  | JobKOctetsClass JobKOctets is an integer valued printing attribute class that specifies
 the total size of the document(s) in K octets, i.e., in units of 1024 octets
 requested to be processed in the job. | 
| class  | JobKOctetsProcessedClass JobKOctetsProcessed is an integer valued printing attribute class that
 specifies the total number of print data octets processed so far in K octets,
 i.e., in units of 1024 octets. | 
| class  | JobMediaSheetsClass JobMediaSheets is an integer valued printing attribute class that
 specifies the total number of media sheets to be produced for this job. | 
| class  | JobMediaSheetsCompletedClass JobMediaSheetsCompleted is an integer valued printing attribute class
 that specifies the number of media sheets which have completed marking and
 stacking for the entire job so far, whether those sheets have been processed
 on one side or on both. | 
| class  | JobPriorityClass JobPriority is an integer valued printing attribute class that
 specifies a print job's priority. | 
| class  | JobPrioritySupportedClass JobPrioritySupported is an integer valued printing attribute class
 that specifies whether a Print Service instance supports the  JobPriorityattribute and the number of different job priority
 levels supported. | 
| class  | NumberOfDocumentsClass 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. | 
| class  | NumberOfInterveningJobsClass NumberOfInterveningJobs is an integer valued printing attribute that
 indicates the number of jobs that are ahead of this job in the relative
 chronological order of expected time to complete (i.e., the current
 scheduled order). | 
| class  | NumberUpClass NumberUp is an integer valued printing attribute class that specifies
 the number of print-stream pages to impose upon a single side of an
 instance of a selected medium. | 
| class  | PagesPerMinuteClass PagesPerMinute is an integer valued printing attribute that indicates
 the nominal number of pages per minute to the nearest whole number which may
 be generated by this printer (e.g., simplex, black-and-white). | 
| class  | PagesPerMinuteColorClass PagesPerMinuteColor is an integer valued printing attribute that
 indicates the nominal number of pages per minute to the nearest whole number
 which may be generated by this printer when printing color (e.g., simplex,
 color). | 
| class  | QueuedJobCountClass QueuedJobCount is an integer valued printing attribute that indicates
 the number of jobs in the printer whose  JobStateis either
 PENDING, PENDING_HELD, PROCESSING, or PROCESSING_STOPPED. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2025, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.