Liking cljdoc? Tell your friends :D

javax.print.attribute.standard.Compression

Class Compression is a printing attribute class, an enumeration, that specifies how print data is compressed. Compression is an attribute of the print data (the doc), not of the Print Job. If a Compression attribute is not specified for a doc, the printer assumes the doc's print data is uncompressed (i.e., the default Compression value is always NONE).

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 Compression is a printing attribute class, an enumeration, that
specifies how print data is compressed. Compression is an attribute of the
print data (the doc), not of the Print Job. If a Compression attribute is not
specified for a doc, the printer assumes the doc's print data is uncompressed
(i.e., the default Compression value is always NONE).

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.
raw docstring

*-compressclj

Static Constant.

UNIX compression technology.

type: javax.print.attribute.standard.Compression

Static Constant.

UNIX compression technology.

type: javax.print.attribute.standard.Compression
raw docstring

*-deflateclj

Static Constant.

ZIP public domain inflate/deflate compression technology.

type: javax.print.attribute.standard.Compression

Static Constant.

ZIP public domain inflate/deflate compression technology.

type: javax.print.attribute.standard.Compression
raw docstring

*-gzipclj

Static Constant.

GNU zip compression technology described in RFC 1952.

type: javax.print.attribute.standard.Compression

Static Constant.

GNU zip compression technology described in
 RFC 1952.

type: javax.print.attribute.standard.Compression
raw docstring

*-noneclj

Static Constant.

No compression is used.

type: javax.print.attribute.standard.Compression

Static Constant.

No compression is used.

type: javax.print.attribute.standard.Compression
raw docstring

get-categoryclj

(get-category this)

Get the printing attribute class which is to be used as the "category" for this printing attribute value.

For class Compression and any vendor-defined subclasses, the category is class Compression 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 Compression and any vendor-defined subclasses, the category is
 class Compression itself.

returns: Printing attribute class (category), an instance of class
          java.lang.Class. - `java.lang.Class<? extends javax.print.attribute.Attribute>`
raw docstring

get-nameclj

(get-name this)

Get the name of the category of which this attribute value is an instance.

For class Compression and any vendor-defined subclasses, the category name is "compression".

returns: Attribute category name. - java.lang.String

Get the name of the category of which this attribute value is an
 instance.

 For class Compression and any vendor-defined subclasses, the category
 name is "compression".

returns: Attribute category name. - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close