Uses of Interface
javax.print.attribute.DocAttribute
Packages that use DocAttribute
包
描述
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 DocAttribute in javax.print.attribute
Constructors in javax.print.attribute with parameters of type DocAttributeModifierConstructor描述HashDocAttributeSet(DocAttribute attribute) Construct a new hash doc attribute set, initially populated with the given value.HashDocAttributeSet(DocAttribute[] attributes) Construct a new hash doc attribute set, initially populated with the values from the given array. -
Uses of DocAttribute in javax.print.attribute.standard
Classes in javax.print.attribute.standard that implement DocAttribute修饰符和类Class描述final classClassChromaticityis a printing attribute class, an enumeration, that specifies monochrome or color printing.classClassCompressionis a printing attribute class, an enumeration, that specifies how print data is compressed.final classClassDocumentNameis a printing attribute class, a text attribute, that specifies the name of a document.classClassFinishingsis 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.classClassMediais a printing attribute class that specifies the medium on which to print.classClassMediaNameis a subclass ofMedia, a printing attribute class (an enumeration) that specifies the media for a print job as a name.final classClassMediaPrintableAreais a printing attribute used to distinguish the printable and non-printable areas of media.classClassMediaSizeNameis a subclass ofMedia.classClassMediaTrayis a subclass ofMedia.final classClassNumberUpis 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 classClassOrientationRequestedis 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 classClassPageRangesis 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 classClassPrinterResolutionis a printing attribute class that specifies an exact resolution supported by a printer or to be used for a print job.classClassPrintQualityis a printing attribute class, an enumeration, that specifies the print quality that the printer uses for the job.final classClassSheetCollateis 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 theCopiesattribute.final classClassSidesis 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.