Prints the contents of a rich-text-pane, on Microsoft Windows.
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.