| Package | Description |
|---|---|
| org.wickedsource.docxstamper | |
| org.wickedsource.docxstamper.api | |
| org.wickedsource.docxstamper.processor |
| Modifier and Type | Method and Description |
|---|---|
void |
DocxStamper.stamp(java.io.InputStream template,
T contextRoot,
java.io.OutputStream out)
Reads in a .docx template and "stamps" it into the given OutputStream, using the specified context object to
fill out any expressions it finds.
|
void |
DocxStamper.stamp(org.docx4j.openpackaging.packages.WordprocessingMLPackage document,
T contextRoot,
java.io.OutputStream out)
Same as stamp(InputStream, T, OutputStream) except that you may pass in a DOCX4J document as a template instead
of an InputStream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnresolvedExpressionException |
| Modifier and Type | Class and Description |
|---|---|
class |
CommentProcessingException |
Copyright © 2017. All rights reserved.