Uses of Interface
javax.print.attribute.PrintRequestAttribute

Packages that use PrintRequestAttribute
Package
Description
Provides classes and interfaces that describe the types of Java Print Service attributes and how they can be collected into attribute sets.
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
    Modifier
    Constructor
    Description
     
    Construct a new print request attribute set, initially populated with the given value.
     
    Construct a new print request attribute set, initially populated with the values from the given array.
  • Uses of PrintRequestAttribute in javax.print.attribute.standard

    Modifier and Type
    Class
    Description
    final class 
    Class Chromaticity is a printing attribute class, an enumeration, that specifies monochrome or color printing.
    final class 
    Class Copies is an integer valued printing attribute class that specifies the number of copies to be printed.
    final class 
    Class Destination is a printing attribute class, a URI, that is used to indicate an alternate destination for the spooled printer formatted data.
    final class 
    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.
    final class 
    Class DialogTypeSelection is a printing attribute class, an enumeration, that indicates the user dialog type to be used for specifying printing options.
    final class 
    Class Fidelity is a printing attribute class, an enumeration, that indicates whether total fidelity to client supplied print request attributes is required.
    class 
    Class Finishings 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.
    final class 
    Class JobHoldUntil 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.
    final class 
    Class JobImpressions is an integer valued printing attribute class that specifies the total size in number of impressions of the document(s) being submitted.
    final class 
    Class 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 
    Class JobMediaSheets is an integer valued printing attribute class that specifies the total number of media sheets to be produced for this job.
    final class 
    Class JobName is a printing attribute class, a text attribute, that specifies the name of a print job.
    final class 
    Class JobPriority is an integer valued printing attribute class that specifies a print job's priority.
    class 
    Class JobSheets is a printing attribute class, an enumeration, that determines which job start and end sheets, if any, must be printed with a job.
    class 
    Class Media is a printing attribute class that specifies the medium on which to print.
    class 
    Class MediaName is a subclass of Media, a printing attribute class (an enumeration) that specifies the media for a print job as a name.
    final class 
    Class MediaPrintableArea is a printing attribute used to distinguish the printable and non-printable areas of media.
    class 
    Class MediaSizeName is a subclass of Media.
    class 
    Class MediaTray is a subclass of Media.
    class 
    Class MultipleDocumentHandling 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.
    final class 
    Class 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.
    final class 
    Class OrientationRequested 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.
    final class 
    Class PageRanges 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.
    final class 
    Class PresentationDirection is a printing attribute class, an enumeration, that is used in conjunction with the NumberUp attribute to indicate the layout of multiple print-stream pages to impose upon a single side of an instance of a selected medium.
    final class 
    Class PrinterResolution is a printing attribute class that specifies an exact resolution supported by a printer or to be used for a print job.
    class 
    Class PrintQuality is a printing attribute class, an enumeration, that specifies the print quality that the printer uses for the job.
    final class 
    Class RequestingUserName is a printing attribute class, a text attribute, that specifies the name of the end user that submitted the print job.
    final class 
    Class SheetCollate 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 the Copies attribute.
    final class 
    Class Sides 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.