Liking cljdoc? Tell your friends :D

org.soulspace.clj.java.print


add-attributeclj

(add-attribute attr-set attr)

Adds the attribute to the attribute set.

Adds the attribute to the attribute set.
raw 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.
raw docstring

doc-flavorsclj


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

mime-typeclj

(mime-type doc-flavor)

Returns the mime type of the doc flavor.

Returns the mime type of the doc flavor.
raw 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.
raw 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.
raw 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.
raw 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.
raw docstring

printableclj

(printable f)

Creates a Printable object.

Creates a Printable object.
raw docstring

simple-docclj

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

Creates a simple doc for printing.

Creates a simple doc for printing.
raw docstring

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

× close