Prints the contents of a rich-text-pane, on Microsoft Windows.
capi
print-rich-text-pane pane &key jobname printer interactive selection => result
pane⇩ | |
jobname⇩ |
A string, or nil . |
printer⇩ |
A printer, or nil . |
interactive⇩ |
A boolean. |
selection⇩ |
A boolean. |
result |
A boolean. |
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
.
print-rich-text-pane
is supported only on Microsoft Windows.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42