Uses of Class
org.wickedsource.docxstamper.api.DocxStamperException
Packages that use DocxStamperException
-
Uses of DocxStamperException in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper that throw DocxStamperExceptionModifier and TypeMethodDescriptionvoidDocxStamper.stamp(InputStream template, Object contextRoot, OutputStream out) Deprecated, for removal: This API element is subject to removal in a future version.voidDocxStamper.stamp(org.docx4j.openpackaging.packages.WordprocessingMLPackage document, Object contextRoot, OutputStream out) Deprecated, for removal: This API element is subject to removal in a future version.Stamps the template with the context and writes the result to the outputStream.