DocxReportingJavaMainNotes - opensagres/xdocreport GitHub Wiki
Footnotes/Endnotes
Since XDocReport 0.9.7, it's possible to manage Footnotes/Endnotes with docx.
You can design the following docx with footnotes:
[and generate this report :
(http://wiki.xdocreport.googlecode.com/git/screenshots/DocxProjectWithVelocityAndFootnotes.png))
Samples
You can find samples :
- with Velocity : you can find sample with footnotes and Velocity in the DocxProjectWithVelocityAndFootnotes.docx which works with the Java class DocxProjectWithVelocityAndFootnotes.java.
- with Freemarker: you can find sample with footnotes and Freemarker in the DocxProjectWithFreemarkerAndFootnotes.docx which works with the Java class DocxProjectWithFreemarkerAndFootnotes.java.