(add-attribute attr-set attr)
Adds the attribute to the attribute set.
Adds the attribute to the attribute set.
(create-print-job print-service)
Creates a print job on the print service.
Creates a print job on the print service.
(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.
(lookup-default-print-service)
Returns the default print service if it exists.
Returns the default print service if it exists.
(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.
(lookup-stream-print-service-factories doc-flavor mime-type)
Returns the stream print service factories.
Returns the stream print service factories.
(mime-type doc-flavor)
Returns the mime type of the doc flavor.
Returns the mime type of the doc flavor.
(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.
(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.
(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.
(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.
(simple-doc data doc-flavor attr-set)
Creates a simple doc for printing.
Creates a simple doc for printing.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close