Method XbpRtf():print() Foundation
Prints the text buffer.
:print( [<oXbpPrinter>], [<lOnlySelection>] ) --> self
This method returns the object executing the method (self).
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.
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.