-
Notifications
You must be signed in to change notification settings - Fork 375
DocxReportingJavaMainSimpleField
Angelo edited this page Aug 4, 2015
·
2 revisions
The Docx Reporting in Java Main section show you how to manage simple field with Mergefield. To se a field in the docx document to merge with a Java data model, you can use :
- Mergefield.
- Hyperlink if you wish display hyperlink.
And fill it with value which follow syntax of the choosen template engine :
- $project.Name for Velocity.
- ${project.name} for Freemarker.
- Overview
- Getting Started
- FAQ
- Which License Applies
- Download
- Developer's Guide
- User's Guide
- Contributor's Guide
- Acknowledgment
- Articles
- Releases