Interface | Description |
---|---|
DocumentMarker |
A DSL for Kotlin, Groovy or Java 8 consumers of this API.
|
RowMarker | |
TableMarker |
Class | Description |
---|---|
Document |
Represents a pdf document. The document is the outer container for all
elements belonging to a pdf. Once rendered, it cannot be modified.
|
Element |
Everything belonging to a
class Document extends from class Element , including
class Document itself. An class Element knows its Element.height and how
to Element.render itself. |
ImageElement | |
KotlinBuilderKt | |
RenderUtilKt | |
RowElement | |
TableElement |
A
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 . |
TextElement |