Uses of Interface javax.print.attribute.PrintJobAttribute

Uses in package javax.print.attribute.standard

Classes implementing javax.print.attribute.PrintJobAttribute

class
The Chromaticity printing attribute specifies if print data should be printed in monochrome or color.
class
The Copies printing attribute specifies the number of copies to be printed.
class
The DateTimeAtCompleted attribute specifies the date and the time at which a print job completed (or was canceled or aborted).
class
The DateTimeAtCreation attribute specifies the date and the time at which a print job was created.
class
The DateTimeAtProcessing attribute specifies the date and the time at which a print job started processing.
class
The Destination attribute provides a URI for an alternate destination of the printing output.
class
The Fidelity attribute specifies how a print job is handled if the supplied attributes are not fully supported.
class
The Finishings attribute specifies the finishing operations that the Printer applies to every copy of each printed document in the Job.
class
The JobHoldUntil attribute specifies the date and the time at which a print job must become a candidate for printing.
class
The JobImpressions printing attribute specifies the total size in number of impressions of the documents of a a print job.
class
The JobImpressionsCompleted printing attribute reports the number of impressions already processed.
class
The JobKOctets printing attribute specifies the total size of all the documents of a print job in K octets.
class
The JobKOctetsProcessed printing attribute reports the total number of octets already processed in K octets units.
class
The JobMediaSheets printing attribute specifies the total number of media sheets needed by a job.
class
The JobMediaSheetsCompleted printing attribute reports the number of media sheets already processed.
class
The JobMessageFromOperator printing attribute provides a message from an operator or a system administrator related to the print job.
class
The JobName printing attribute provides the name of a print job for identification.
class
The JobOriginatingUserName attribute specifies the name of the user which submitted the print job.
class
The JobPriority printing attribute specifies the priority for scheduling a job on the print service.
class
The JobSheets printing attribute specifies if a job start/end sheets should be printed.
class
The JobState printing attribute reports the current state of a job.
class
The JobStateReasons attribute provides the set of additional informations available about the current state of a print job.
class
The Media printing attribute specifies which type of media should be used for printing.
class
MediaName is a subclass of the Media printing attribute and provides selection of media to be used by the means of defined names.
class
The MediaPrintableArea attribute specifies the area of a media sheet which is available for printing.
class
MediaSizeName is a subclass of the Media printing attribute and provides selection of media to be used by the means of defined size names.
class
MediaTray is a subclass of the Media printing attribute and provides selection of media to be used by the means of the input tray of the printer.
class
The MultipleDocumentHandling printing attribute controls how certain printing attributes affect printing in case of multiple documents in a print job.
class
The NumberOfDocuments printing attribute specifies the number of documents in a job.
class
The NumberOfInterveningJobs printing attribute provides the number of jobs ahead in the print service queue before the requested job.
class
The NumberUp printing attribute specifies the number of pages to be arranged upon a single media sheet.
class
The OrientationRequested printing attribute specifies the desired orientation of the print data on the media sheet.
class
The OutputDeviceAssigned printing attribute specifies the output printer device assigned by a print service to a print job.
class
The PageRanges printing attribute specifies the range(s) of pages to be printed in a print job.
class
The PresentationDirection attribute specifies a value to be used together with the NumberUp attribute to indicate the layout of multiple pages on a single media sheet.
class
The PrinterResolution printing attribute specifies a resolution supported by a print service or to be used by a print job.
class
The PrintQuality printing attribute specifies the print quality that should be used by the print services for a job.
class
The SheetCollate printing attribute specifies whether or not the sheets of each copy in a print job have to be in sequence.
class
The Sides printing attribute specifies how consecutive printing pages are arranged on the media sheet.

Uses in package javax.print.attribute

Constructors with parameter type javax.print.attribute.PrintJobAttribute

Creates a HashPrintJobAttributeSet object with the given attribute in it.
Creates a HashPrintJobAttributeSet object with the given attributes in it.