Printing a manager as a flow of text

The IlvManagerPrintableDocument class allows you to print the contents of a manager. You may also need to add a view of a manager as a flow of text. To do this, you use an instance of the IlvPrintableDocument class and the IlvFlow class described in The IlvFlow class for creating a document with styled text.
The IlvFlow class not only allows you to control the flow of text in a textual document, but also allows you to insert images in the text. The objects you can insert in the text are implemented by the interface IlvFlowObject.
The ilog.views.print package provides an implementation of the IlvFlowObject interface for printing the manager. The class is named IlvSimplePrintableManager.