Liking cljdoc? Tell your friends :D

jdk.awt.JobAttributes$MultipleDocumentHandlingType

A type-safe enumeration of possible multiple copy handling states. It is used to control how the sheets of multiple copies of a single document are collated.

A type-safe enumeration of possible multiple copy handling states.
It is used to control how the sheets of multiple copies of a single
document are collated.
raw docstring

*-separate-documents-collated-copiesclj

Static Constant.

The MultipleDocumentHandlingType instance to use for specifying that the job should be divided into separate, collated copies.

type: java.awt.JobAttributes$MultipleDocumentHandlingType

Static Constant.

The MultipleDocumentHandlingType instance to use for specifying
 that the job should be divided into separate, collated copies.

type: java.awt.JobAttributes$MultipleDocumentHandlingType
raw docstring

*-separate-documents-uncollated-copiesclj

Static Constant.

The MultipleDocumentHandlingType instance to use for specifying that the job should be divided into separate, uncollated copies.

type: java.awt.JobAttributes$MultipleDocumentHandlingType

Static Constant.

The MultipleDocumentHandlingType instance to use for specifying
 that the job should be divided into separate, uncollated copies.

type: java.awt.JobAttributes$MultipleDocumentHandlingType
raw docstring

hash-codeclj

(hash-code this)

Description copied from class: Object

returns: a hash code value for this object. - int

Description copied from class: Object

returns: a hash code value for this object. - `int`
raw docstring

to-stringclj

(to-string this)

Description copied from class: Object

returns: a string representation of the object. - java.lang.String

Description copied from class: Object

returns: a string representation of the object. - `java.lang.String`
raw docstring

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

× close