Uses of Interface
javax.print.attribute.PrintRequestAttribute
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 PrintRequestAttribute in javax.print.attribute
Constructors in javax.print.attribute with parameters of type PrintRequestAttribute Constructor Description HashPrintRequestAttributeSet(PrintRequestAttribute attribute)
Construct a new print request attribute set, initially populated with the given value.HashPrintRequestAttributeSet(PrintRequestAttribute[] attributes)
Construct a new print request attribute set, initially populated with the values from the given array. -
Uses of PrintRequestAttribute in javax.print.attribute.standard
Classes in javax.print.attribute.standard that implement PrintRequestAttribute Modifier and Type Class Description class
Chromaticity
ClassChromaticity
is a printing attribute class, an enumeration, that specifies monochrome or color printing.class
Copies
ClassCopies
is an integer valued printing attribute class that specifies the number of copies to be printed.class
Destination
ClassDestination
is a printing attribute class, aURI
, that is used to indicate an alternate destination for the spooled printer formatted data.class
DialogOwner
An attribute class used to support requesting a print or page setup dialog be kept displayed on top of all windows or some specific window.class
DialogTypeSelection
ClassDialogTypeSelection
is a printing attribute class, an enumeration, that indicates the user dialog type to be used for specifying printing options.class
Fidelity
ClassFidelity
is a printing attribute class, an enumeration, that indicates whether total fidelity to client supplied print request attributes is required.class
Finishings
ClassFinishings
is a printing attribute class, an enumeration, that identifies whether the printer applies a finishing operation of some kind of binding to each copy of each printed document in the job.class
JobHoldUntil
ClassJobHoldUntil
is a printing attribute class, a date-time attribute, that specifies the exact date and time at which the job must become a candidate for printing.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
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
JobMediaSheets
ClassJobMediaSheets
is an integer valued printing attribute class that specifies the total number of media sheets to be produced for this job.class
JobName
ClassJobName
is a printing attribute class, a text attribute, that specifies the name of a print job.class
JobPriority
ClassJobPriority
is an integer valued printing attribute class that specifies a print job's priority.class
JobSheets
ClassJobSheets
is a printing attribute class, an enumeration, that determines which job start and end sheets, if any, must be printed with a job.class
Media
ClassMedia
is a printing attribute class that specifies the medium on which to print.class
MediaName
ClassMediaName
is a subclass ofMedia
, a printing attribute class (an enumeration) that specifies the media for a print job as a name.class
MediaPrintableArea
ClassMediaPrintableArea
is a printing attribute used to distinguish the printable and non-printable areas of media.class
MediaSizeName
ClassMediaSizeName
is a subclass ofMedia
.class
MediaTray
ClassMediaTray
is a subclass ofMedia
.class
MultipleDocumentHandling
ClassMultipleDocumentHandling
is a printing attribute class, an enumeration, that controls finishing operations and the placement of one or more print-stream pages into impressions and onto media sheets.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
OrientationRequested
ClassOrientationRequested
is a printing attribute class, an enumeration, that indicates the desired orientation for printed print-stream pages; it does not describe the orientation of the client-supplied print-stream pages.class
PageRanges
ClassPageRanges
is a printing attribute class, a set of integers, that identifies the range(s) of print-stream pages that the Printer object uses for each copy of each document which are to be printed.class
PresentationDirection
ClassPresentationDirection
is a printing attribute class, an enumeration, that is used in conjunction with theNumberUp
attribute to indicate the layout of multiple print-stream pages to impose upon a single side of an instance of a selected medium.class
PrinterResolution
ClassPrinterResolution
is a printing attribute class that specifies an exact resolution supported by a printer or to be used for a print job.class
PrintQuality
ClassPrintQuality
is a printing attribute class, an enumeration, that specifies the print quality that the printer uses for the job.class
RequestingUserName
ClassRequestingUserName
is a printing attribute class, a text attribute, that specifies the name of the end user that submitted the print job.class
SheetCollate
ClassSheetCollate
is a printing attribute class, an enumeration, that specifies whether or not the media sheets of each copy of each printed document in a job are to be in sequence, when multiple copies of the document are specified by theCopies
attribute.class
Sides
ClassSides
is a printing attribute class, an enumeration, that specifies how print-stream pages are to be imposed upon the sides of an instance of a selected medium, i.e., an impression.