All Manuals > CAPI User Guide and Reference Manual > 21 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 specifying 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.

Notes

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

See also

rich-text-pane
Printing from the CAPI—the Hardcopy API


CAPI User Guide and Reference Manual (Windows version) - 25 Feb 2015

NextPrevUpTopContentsIndex