Class PrintQuality is a printing attribute class, an enumeration, that specifies the print quality that the printer uses for the job.
IPP Compatibility: The category name returned by getName() is the IPP attribute name. The enumeration's integer value is the IPP enum value. The toString() method returns the IPP string representation of the attribute value.
Class PrintQuality is a printing attribute class, an enumeration, that specifies the print quality that the printer uses for the job. IPP Compatibility: The category name returned by getName() is the IPP attribute name. The enumeration's integer value is the IPP enum value. The toString() method returns the IPP string representation of the attribute value.
Static Constant.
Lowest quality available on the printer.
type: javax.print.attribute.standard.PrintQuality
Static Constant. Lowest quality available on the printer. type: javax.print.attribute.standard.PrintQuality
Static Constant.
Highest quality available on the printer.
type: javax.print.attribute.standard.PrintQuality
Static Constant. Highest quality available on the printer. type: javax.print.attribute.standard.PrintQuality
Static Constant.
Normal or intermediate quality on the printer.
type: javax.print.attribute.standard.PrintQuality
Static Constant. Normal or intermediate quality on the printer. type: javax.print.attribute.standard.PrintQuality
(get-category this)
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
For class PrintQuality and any vendor-defined subclasses, the category is class PrintQuality itself.
returns: Printing attribute class (category), an instance of class
java.lang.Class. - java.lang.Class<? extends javax.print.attribute.Attribute>
Get the printing attribute class which is to be used as the "category" for this printing attribute value. For class PrintQuality and any vendor-defined subclasses, the category is class PrintQuality itself. returns: Printing attribute class (category), an instance of class java.lang.Class. - `java.lang.Class<? extends javax.print.attribute.Attribute>`
(get-name this)
Get the name of the category of which this attribute value is an instance.
For class PrintQuality and any vendor-defined subclasses, the category name is "print-quality".
returns: Attribute category name. - java.lang.String
Get the name of the category of which this attribute value is an instance. For class PrintQuality and any vendor-defined subclasses, the category name is "print-quality". returns: Attribute category name. - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close