| Template | A template defines a common use case for a DataSource and one or more predefined Filters. | code | html |
| AbstractTemplate | An abstract base class that implements the Template interface. | code | html |
| AnchorFieldTemplate | The anchor-field template provides the default field for assigning anchors to an location within the document. | code | html |
| ComponentFieldTemplate | An drawable field template. The drawable content will be read from the datarow. | code | html |
| DateFieldTemplate | A date field template. | code | html |
| DrawableFieldTemplate | An drawable field template. The drawable content will be read from the datarow. | code | html |
| DrawableURLElementTemplate | An image URL element template, which reads the image from a static URL. | code | html |
| DrawableURLFieldTemplate | An image URL field template, which reads the image from an URL supplied from a column in the DataRow. | code | html |
| EllipseTemplate | A template to create rectangle elements. | code | html |
| HorizontalLineTemplate | Defines a horizontal line template. | code | html |
| ImageFieldTemplate | An image field template. The image content will be read from the datarow. | code | html |
| ImageURLElementTemplate | An image URL element template, which reads the image from a static URL. | code | html |
| ImageURLFieldTemplate | An image URL field template, which reads the image from an URL supplied from a column in the DataRow. | code | html |
| LabelTemplate | A label template can be used to describe static text content. | code | html |
| MessageFieldTemplate | The message field template simplifies the on-the-fly creation of strings. | code | html |
| NumberFieldTemplate | A number field template. | code | html |
| RectangleTemplate | A template to create rectangle elements. | code | html |
| ResourceFieldTemplate | A resource field template, which reads a String value from a ResourceBundle. | code | html |
| ResourceLabelTemplate | A resource label template. | code | html |
| ResourceMessageTemplate | A field template that formats values from the datarow using a message format object. | code | html |
| RoundRectangleTemplate | A template to create rectangle elements. | code | html |
| ShapeFieldTemplate | A shape field template. | code | html |
| StringFieldTemplate | A string field template. | code | html |
| VerticalLineTemplate | Defines a horizontal line template. | code | html |
The template implementation provide a simple, bean like blackbox interface to the used DataSources and DataFilters and their properties.