LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

print-rich-text-pane

Function
Summary

Prints the contents of a rich-text-pane, on Microsoft Windows.

Package

capi

Signature

print-rich-text-pane pane &key jobname printer interactive
selection => result

Arguments

pane

A rich-text-pane.

jobname

A string, or nil .

printer

A printer, or nil .

interactive

A boolean.

selection

A boolean.

Values

result

A boolean.

Description

The function print-rich-text-pane prints the contents in pane .

jobname is the name of the print job. The default value is nil , meaning that the name "Document" is used.

printer is the printer to use. The default value is nil , meaning that the current-printer is used.

interactive , if true, specifies that a print-dialog is displayed before printing. The default value of interactive is t .

selection is a boolean specifiying what to print. If true, only the current selection is printed. If nil , all the contents of pane are printed. The default value is nil .

Note: print-rich-text-pane is supported only on Microsoft Windows.

See also

rich-text-pane


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex