class Element
representing the pdf, and returns
the rendered PDDocument that can be saved to a
java.io.File or java.io.OutputStream.class Document
extends from class Element
, including
class Document
itself. An class Element
knows its Element.height
and how
to Element.render
itself.class Document
extends from class Element
, including
class Document
itself. An class Element
knows its Element.height
and how
to Element.render
itself.class TableElement
) must handle paging themselves.class TableElement
) must handle paging themselves.class TableElement
is a special container class Element
for
class RowElement
. Unlike other class Element
, a class TableElement
can span multiple pages and therfore handles rendering differently than
other class Element
.class TableElement
is a special container class Element
for
class RowElement
. Unlike other class Element
, a class TableElement
can span multiple pages and therfore handles rendering differently than
other class Element
.