Package | Description |
---|---|
org.wickedsource.docxstamper | |
org.wickedsource.docxstamper.processor |
Modifier and Type | Method and Description |
---|---|
void |
DocxStamper.stamp(InputStream template,
T contextRoot,
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,
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 |
CommentProcessingException
|
Copyright © 2016. All rights reserved.