Uses of Interface javax.print.attribute.PrintRequestAttribute

Uses in package javax.print.attribute.standard

Classes implementing javax.print.attribute.PrintRequestAttribute

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 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 JobKOctets printing attribute specifies the total size of all the documents of a print job in K octets.
class
The JobMediaSheets printing attribute specifies the total number of media sheets needed by a job.
class
The JobName printing attribute provides the name of a print job for identification.
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 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 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 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 RequestingUserName attribute provides the name of the user which requests the printing of the given 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.PrintRequestAttribute

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