com.pnfsoftware.jeb.core.output.IGenericDocument |
Base interface for document types that may be returned by a IUnitFormatter
.
Currently, a unit formatter may return text, table, and tree (including table tree) documents.
Note: Additional documents to be released: Graph and SVG.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
dispose()
Dispose of resources and handles used by this document.
| ||||||||||
abstract IPropertyManager |
getPropertyManager()
Provide the optional property manager to customize rendering of the document.
| ||||||||||
abstract IUnit |
getUnit()
If available, retrieve the unit that backs up this document.
|
Dispose of resources and handles used by this document. The object creator should call this method upon destruction.
Provide the optional property manager to customize rendering of the document. Available properties can be retrieved by retrieving the PDM provided by the property manager.
If available, retrieve the unit that backs up this document.