public abstract class IlvPrintableObject extends Object implements Printable
IlvPrintableObject
defines an object that can be printed.
To print an IlvPrintableObject
, it must be added to a
IlvPage
.
An IlvPrintableObject
can span multiple pages. It can display
itself anywhere on a page; no automatic layout functionality is provided at
this level.
NO_SUCH_PAGE, PAGE_EXISTS
Constructor and Description |
---|
IlvPrintableObject()
Creates a
IlvPrintableObject . |
public IlvPage getPage()
print
of the
Printable
interface.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.