print

print(docName:         String;
      selection:       Boolean);

The print method of the JadeRichText class outputs the contents of the rich text control to the printer of the application (that is, app.printer).

The print method parameters are listed in the following table.

Parameter Specifies …
docName The output name used in the print queue.
selection Whether the whole control or only the selected portion of the control is printed. As the whole control is printed by default, set this parameter to true if you want to print the selected portion only.