Uses of Class
javax.print.attribute.IntegerSyntax
Package | Description |
---|---|
javax.print.attribute |
Provides classes and interfaces that describe the types of Java™ 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. |
-
Uses of IntegerSyntax in javax.print.attribute
Methods in javax.print.attribute with parameters of type IntegerSyntax Modifier and Type Method Description boolean
SetOfIntegerSyntax. contains(IntegerSyntax attribute)
Determine if this set-of-integer attribute contains the given integer attribute's value. -
Uses of IntegerSyntax in javax.print.attribute.standard
Subclasses of IntegerSyntax in javax.print.attribute.standard Modifier and Type Class Description class
Copies
ClassCopies
is an integer valued printing attribute class that specifies the number of copies to be printed.class
JobImpressions
ClassJobImpressions
is an integer valued printing attribute class that specifies the total size in number of impressions of the document(s) being submitted.class
JobImpressionsCompleted
ClassJobImpressionsCompleted
is an integer valued printing attribute class that specifies the number of impressions completed for the job so far.class
JobKOctets
ClassJobKOctets
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
JobKOctetsProcessed
ClassJobKOctetsProcessed
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
JobMediaSheets
ClassJobMediaSheets
is an integer valued printing attribute class that specifies the total number of media sheets to be produced for this job.class
JobMediaSheetsCompleted
ClassJobMediaSheetsCompleted
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
JobPriority
ClassJobPriority
is an integer valued printing attribute class that specifies a print job's priority.class
JobPrioritySupported
ClassJobPrioritySupported
is an integer valued printing attribute class that specifies whether a Print Service instance supports theJobPriority
attribute and the number of different job priority levels supported.class
NumberOfDocuments
ClassNumberOfDocuments
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
NumberOfInterveningJobs
ClassNumberOfInterveningJobs
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
NumberUp
ClassNumberUp
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
PagesPerMinute
ClassPagesPerMinute
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
PagesPerMinuteColor
ClassPagesPerMinuteColor
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
QueuedJobCount
ClassQueuedJobCount
is an integer valued printing attribute that indicates the number of jobs in the printer whoseJobState
is eitherPENDING
,PENDING_HELD
,PROCESSING
, orPROCESSING_STOPPED
.