Writer
class for documents. DocWriter
is the abstract class of several writers such as PdfWriter
and HtmlWriter
. A DocWriter
can be added as a DocListener
to a certain Document
by getting an instance (see method getInstance()
in the specific writer-classes). Every Element
added to the original Document
will be written to the OutputStream
of the listening DocWriter
.
@see Document
@see DocListener
|
|
|
|
|
|