Liking cljdoc? Tell your friends :D

org.soulspace.clj.java.print

Functions for the Java Print API.

Functions for the Java Print API.
raw docstring

add-attributeclj

(add-attribute attr-set attr)

Adds the attribute to the attribute set.

Adds the attribute to the attribute set.
sourceraw docstring

create-print-jobclj

(create-print-job print-service)

Creates a print job on the print service.

Creates a print job on the print service.
sourceraw docstring

doc-flavorsclj

source

get-stream-print-serviceclj

(get-stream-print-service factory out)

Returns the stream print service from the stream print service factory for the output stream.

Returns the stream print service from the stream print service factory for the output stream.
sourceraw docstring

lookup-default-print-serviceclj

(lookup-default-print-service)

Returns the default print service if it exists.

Returns the default print service if it exists.
sourceraw docstring

lookup-print-servicesclj

(lookup-print-services doc-flavor attr-set)

Returns the print services compatible with the doc flavour and the attribute set.

Returns the print services compatible with the doc flavour and the attribute set.
sourceraw docstring

lookup-stream-print-service-factoriesclj

(lookup-stream-print-service-factories doc-flavor mime-type)

Returns the stream print service factories.

Returns the stream print service factories.
sourceraw docstring

mime-typeclj

(mime-type doc-flavor)

Returns the mime type of the doc flavor.

Returns the mime type of the doc flavor.
sourceraw docstring

(print-data print-service data doc-flavor attr-set)

Print the data with the specified attribute set on the print service.

Print the data with the specified attribute set on the print service.
sourceraw docstring

(print-dialog x y print-services default-print-service attr-set)

Shows the print dialog and returns the print service. If no print service is returned, the print must be cancelled.

Shows the print dialog and returns the print service. If no print service is returned, the print must be cancelled.
sourceraw docstring

(print-document print-job doc attr-set)

Print the document with the specified attribute set on the print job.

Print the document with the specified attribute set on the print job.
sourceraw docstring

(print-request-attribute-set)
(print-request-attribute-set coll)

Creates a print request attribute set and adds the attributes if given.

Creates a print request attribute set and adds the attributes if given.
sourceraw docstring

printableclj

(printable f)

Creates a Printable object.

Creates a Printable object.
sourceraw docstring

simple-docclj

(simple-doc data doc-flavor attr-set)

Creates a simple doc for printing.

Creates a simple doc for printing.
sourceraw docstring

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

× close