Advanced Features > Printing Framework for Manager Content > Printing a Manager in 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 in a flow of text. To do this, you use an instance of the IlvPrintableDocument class and the IlvFlow class described in IlvFlow Object: Creating a Document with Styled Text.

The IlvFlow class not only allows you to control the flow of text in a textual document, but it 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.