-
Notifications
You must be signed in to change notification settings - Fork 375
ODTReportingJavaMainListField
pfosser edited this page May 12, 2023
·
2 revisions
Loop for fields is managed with loop directive of the template engine :
- #foreach directive for Velocity.
- [#list directive for Freemarker (with square bracket mode).
If you wish manage loop for fields :
- Loop for fields in table row with FieldsMetadata is the easiest mean to generate table row from a collection of Java objects. In this case you must use FieldsMetada to generate automatically the loop directive of the template engine, because it's not possible to set the loop directive before/after the row table with OpenOffice/LibreOffice.
- Loop for fields anywhere with template engine script explains how to manage loop for fields with script template engine.
- Loop for fields in table row with template engine script explains how to generate advanced table row like set a color for odd row and another color for even row.
- Overview
- Getting Started
- FAQ
- Which License Applies
- Download
- Developer's Guide
- User's Guide
- Contributor's Guide
- Acknowledgment
- Articles
- Releases