Uses of Class
org.wickedsource.docxstamper.api.DocxStamperException
Packages that use DocxStamperException
Package
Description
-
Uses of DocxStamperException in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper that throw DocxStamperExceptionModifier and TypeMethodDescriptionvoidDocxStamper.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.voidDocxStamper.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. -
Uses of DocxStamperException in org.wickedsource.docxstamper.api
Subclasses of DocxStamperException in org.wickedsource.docxstamper.api -
Uses of DocxStamperException in org.wickedsource.docxstamper.processor
Subclasses of DocxStamperException in org.wickedsource.docxstamper.processor