Printing a manager in a custom document

Rogue Wave JViews printing framework allows you to create your own document structure by creating pages ( IlvPage class) and adding printable objects to those pages ( IlvPrintableObject class). For more information see The PrintableDocument class.
The ilog.views.print package also provides a printable object (subclass of IlvPrintableObject ) that you can insert in a page of your document to print an area of a manager. This class is named IlvPrintableManagerArea.