Method XbpRtf():print() Foundation

Prints the text buffer.

Syntax
:print( [<oXbpPrinter>], [<lOnlySelection>] ) --> self
Parameters
<oXbpPrinter>
Optionally, an XbpPrinter object can be passed for this parameter. If NIL is passed for this parameter or if it is omitted, the text buffer of the XbpRtf object is printed on the default printer.
<lOnlySelection>
If .T. (true) is passed for this parameter, only the text currently selected is printed. <lOnlySelection> defaults to .F. (false).
Return

This method returns the object executing the method (self).

Description

The :print() method prints the contents of the text buffer of an XbpRtf object. If no parameters are passed, the entire text buffer is printed on the default printer. To direct output to a specific printer, an XbpPrinter object configured for that printer must be passed to the method.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.